boilerplate-py/.gitignore

23 lines
256 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]
2023-06-24 20:36:43 +02:00
# Miscellaneous cache:
.cache/