# Python
__pycache__/
*.py[cod]
*.egg-info/
.Python

# Virtual environments
.venv/
venv/
env/

# Django
db.sqlite3
*.sqlite3
media/
static_root/

# Runtime and tooling
.env
.env.local
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/

# Build artifacts
build/
dist/

# IDE / OS files
.idea/
.vscode/
.DS_Store

