2024-12-09 14:55:16 +02:00

42 lines
356 B
Plaintext
Executable File

# Python
*.pyc
__pycache__/
# Virtual environments
venv/
env/
.venv/
# Django
db.sqlite3
*.log
*.pot
*.pyc
__pycache__/
media/
staticfiles/
# Secrets
.env
config/settings_local.py
# Node
node_modules/
# Editors
.idea/
.vscode/
.spyderproject
.ropeproject
# Cache
*.cache
*.coverage
.pytest_cache/
.mypy_cache/
htmlcov/
# Deployment
*.pid
Dockerfile