__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.
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/
