Files
django-stockfin-db/.gitignore
2021-12-31 20:30:36 +01:00

10 lines
136 B
Plaintext

# Virtual environment
/.venv/
# PyCharm:
/.idea/
# Distribution / packaging:
*.egg-info/
# Python cache:
__pycache__/
# Tests:
.coverage