django-stockfin-db/.gitignore

12 lines
153 B
Plaintext
Raw Normal View History

2021-12-31 20:30:36 +01:00
# Virtual environment
/.venv/
# PyCharm:
/.idea/
# Distribution / packaging:
*.egg-info/
2022-01-01 23:26:42 +01:00
/dist/
2021-12-31 20:30:36 +01:00
# Python cache:
__pycache__/
# Tests:
2022-01-02 16:55:40 +01:00
.coverage
*.sqlite3