# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/

# Build
dist/

# Testing
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Beads (issue tracker — local state)
.beads/

# Claude Code (agent config — local)
.claude/

# Ralph (automation — local)
.ralph/

# Dolt
.dolt/
*.db
.beads-credential-key

# Other tools
.bv/
.omx/

# Internal docs (kept locally, not shipped)
docs/

# Skill definitions (kept locally)
skill/
