.venv/
__pycache__/
.omo/
.codegraph/
*.py[cod]
.pytest_cache/
.ruff_cache/
.pyright/
.coverage
htmlcov/
dist/
build/
*.egg-info/
.worktrees/
.superpowers/
reports/
.env
.env.*
!.env.example
*.log
coverage.xml
# Per-task scratch state from the /do orchestrator. Only this subdirectory:
# .claude/ itself can hold project settings worth committing.
.claude/do-tasks/

# macOS / Windows / editor junk
.DS_Store
.Thumbs.db
.idea/

