# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/

# Secrets / local state (never commit)
.env
.env.*
*.sqlite
*.sqlite-wal
*.sqlite-shm

# Test / tooling
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/
.mypy_cache/

# OS / editor
.DS_Store
*.swp
.idea/
.vscode/
TESTING.md
