asyncio-taskpool/.gitignore

14 lines
184 B
Plaintext
Raw Normal View History

2022-02-03 20:06:30 +01:00
# Python virtual environment:
/.venv/
# IDE settings:
/.idea/
/.vscode/
# Distribution / build files:
2022-02-03 20:06:30 +01:00
*.egg-info/
/dist/
/docs/build/
2022-02-03 20:06:30 +01:00
# Python cache:
__pycache__/
2022-02-07 14:23:49 +01:00
# Testing:
.coverage