__pycache__/
*.py[cod]
.DS_Store
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
dist/
build/
*.egg-info/
*.db
.tmp-*/
.leann/

# Local migration guidance and scratch outputs.
.claude/
skills/undertone-migration/
migration/
migrations-local/
*.migration.json
*.migration.jsonl

# Local benchmarking/research artifacts are useful while tuning backfills but
# should not ship in the public package.
scripts/
docs/research/

# Internal docs and agent guidance stay local; public docs live directly in docs/.
AGENTS.md
CLAUDE.md
docs/internal/
.gitnexus
