# Secrets - supplied at runtime by Docker Compose
.env

# Version control
.git
.git/

# Python generated files
__pycache__/
**/__pycache__/
*.py[cod]

# Runtime/persistent data
media/
staticfiles/

# Local backups and temporary artifacts
*.zip
*.sql
*.log
*.tmp
*.temp
*.bak
*.before-*
*~

# Editor/OS metadata
.vscode/
.idea/
.DS_Store
Thumbs.db
