# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Local config
.env

# Django
staticfiles/
media/
*.sqlite3

# Docker bind mounts
docker-data/
