# Secrets (operator credentials — never in the repo)
.env

# Claude Code: machine-local session state (shared settings + skills ARE committed)
.claude/settings.local.json

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

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.hypothesis/

# Local data / runtime
*.db
*.db-wal
*.db-shm
*.parquet
