boilerplate-py/.gitignore

26 lines
269 B
Plaintext
Raw Normal View History

2022-01-11 15:44:16 +01:00
# Python virtual environment:
/.venv*/
/venv*/
/.env*/
/env*/
2022-01-11 15:44:16 +01:00
# IDE settings:
/.idea/
/.vscode/
# Distribution / build files:
2022-01-11 15:44:16 +01:00
*.egg-info/
/dist/
/docs/build/
/site/
# Python cache / compiled files:
2022-01-11 15:44:16 +01:00
__pycache__/
*.py[cod]
# Testing:
/.coverage
# mypy:
.mypy_cache/