.venv/
__pycache__/
*.egg-info/
dist/
build/
*.pyc
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Secrets / local env — NEVER commit
.env
.env.*
*.env
*.pem
*.key
*.p12
secrets.py
local_settings.py

# Editor / OS
.idea/
.vscode/
.DS_Store

# Scratch backups
*.bak
.bak-*/
*.pre-*.bak
