Files
django-stockfin-db/.gitignore
T
2022-01-01 23:26:42 +01:00

11 lines
143 B
Plaintext

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