# Claude Code / Codex working directories (settings, hooks, and the colinear
# orientation file stay tracked)
.claude/*
!.claude/settings.json
!.claude/hooks/
!.claude/orientation/
.codex
.colinear/
.worktrees/
.superpowers/

# Python
.venv/
__pycache__/
*.pyc
dist/
*.egg-info/
.coverage
htmlcov/
.ruff_cache/
.pytest_cache/
.hypothesis/
# uv.lock and .python-version are intentionally committed (not ignored).

# Secrets
.env

# Scaffolding
.gx-new-version
setup-incomplete.md
