__pycache__/
*.py[cod]
*.egg-info/
.venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
dist/
build/
.coverage
coverage.xml
# Everything under .claude/ is local EXCEPT skills/, which holds relative
# symlinks into the tracked, agent-neutral .agents/skills/.
.claude/*
!.claude/skills/
.superpowers/

# Local codebase-intelligence tooling: regenerated index cache and a
# machine-specific MCP server registration (absolute checkout path).
.repowise/
.mcp.json
