__pycache__/
*.py[cod]
*.egg-info/
.venv/
.pytest_cache/
.coverage
*.swp

# data + caches stay out of git
data/
*.db
*.db-journal
*.db-wal
*.db-shm

# bench artifacts
bench/qa_results/

# Claude Code session-local artifacts (worktrees, transient state)
.claude/

# Sphinx build artifacts (generated; RTD builds on its servers)
docs/_source/_build/

# Auto-generated by docs/_source/_ext/makefile_targets.py at Sphinx build time
docs/_source/api/makefile.rst
