.env
__pycache__/
*.pyc
*.pyo
.venv/
.ruff_cache/
*.egg-info/
dist/
build/
.mypy_cache/

planning-docs/
presentations/

.DS_Store
.mcp.json
.mcp-docker.json
.mcp-local.json
.agents/
.claude/skills/humanizer/
.claude/skills/nano-banana-pro
.kiro/
skills-lock.json
docs/plans/
extras/
.worktrees/
.env-backup
# Deliberately untracked: PICT model artifact, not part of the package.
tests/pict_loader_model.pict

# Unfinished schema generator -- transforms are stale and would clobber the
# shipped schemas (see TBU-192). Excluded until fixed.
sql/derive_schemas.py
