venv/
.venv/
dist/
*.egg-info/
__pycache__/
*.pyc
.coverage
.pytest_cache/
htmlcov/

# LLM annotation cache (generated at runtime)
cache/

# Generated label corpora and training data (rebuildable via scripts)
data/
!data/export/

# Gas City worker agent artifacts
.gc/

# Beads / Dolt files (added by bd init)
.dolt/
*.db
.beads-credential-key
.beads/

# Environment and lock files
.env
uv.lock

# Claude Code worktrees (isolation scratch space)
.claude/worktrees/
