asyncio-taskpool/.gitignore

13 lines
169 B
Plaintext
Raw Normal View History

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