.venv/
__pycache__/
*.egg-info/
dist/
build/
.ruff_cache/
.mypy_cache/
.DS_Store

# Version module generated at build time by hatch-vcs from the git tag.
src/caucus/_version.py

# Per-user Claude Code project settings (autoMode + approved cache)
.claude/settings.local.json
.claude/.auto_mode_approved.json
.claude/.automode-history/
.worktrees

# Editor / agent tooling (local only)
.cursor/
.serena/

# Local research notes, not part of the published docs
docs/research/
