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

# Virtualenvs
.venv/
venv/
env/
ENV/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# Editor
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Local secrets
.env
.env.local

# Recall local state (should never live in repo)
.recall/
*.sqlite
*.sqlite-journal
*.sqlite-wal
*.sqlite-shm
