__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/
scripts/
.github/*
!.github/workflows/

# Dolt database files (added by bd init)
.dolt/
*.db
.beads/
.molds/
