# System
.DS_Store
Thumbs.db

# Secrets
.env
.env.local
.env.*.local

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

# Virtualenvs
venv/
.venv/
env/

# Agent scratch space (worktrees here hold full copies of the repo —
# they must never reach the sdist)
.claude/

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

# Runtime data (state, conversations, logs) — generated per-user
data/
*.log
state.json
conversations.json
tasks.json
workspaces.txt
startup.log
