__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
_build/

# Internal dev files (kept locally, not tracked)
docs/features/
docs/PLAN.md
.claude/*
!.claude/commands/
site/
.github/*
!.github/workflows/

# Dolt database files (added by bd init)
.dolt/
*.db
# Beads: ignore contents, track config files
.beads/*
!.beads/.gitignore
!.beads/config.yaml
!.beads/metadata.json
!.beads/README.md
.molds/
.worktrees/

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