django-stockfin-db/.gitignore

12 lines
153 B
Plaintext

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