.env*
.mcp.json
.DS_Store
.agents/settings.local.json
# branch-context: the skill scaffolding (SKILL.md, scripts, templates) is
# committed; the per-branch instances it generates are local-only.
.agents/skills/branch-context/issue-brief.md
.agents/skills/branch-context/pr-decisions.md
.agents/skills/branch-context/handoffs-index.md
.agents/skills/branch-context/handoffs/
# .agents/ (aka .claude via the symlink) is Claude Code config. Most of it is
# per-developer, but the agents/ dir holds shared, committed agents such as the
# docs-parity-reviewer -- keep it tracked.
!.agents/agents/
!.claude/agents/
AGENTS.local.md
CLAUDE.local.md
LOCAL_WORKTREES.md

# IDE
.idea/

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Coverage
.coverage

# Hypothesis
.hypothesis/
.vscode/
mutants/
