django-stockfin-db/.gitignore

10 lines
136 B
Plaintext
Raw Normal View History

2021-12-31 20:30:36 +01:00
# Virtual environment
/.venv/
# PyCharm:
/.idea/
# Distribution / packaging:
*.egg-info/
# Python cache:
__pycache__/
# Tests:
.coverage