.mcp.json
__pycache__/
*.pyc
.pytest_cache/
*.egg-info/
dist/
build/
.claude/

# Virtual envs
.venv/
venv/
env/

# Test / type-check artifacts
.coverage
htmlcov/
.mypy_cache/

# Forge runtime telemetry (hooks/ is project protocol — kept)
.forge/state.json
.forge/session.json
.forge/sessions.jsonl
.forge/checklog*.jsonl
.forge/toollog*.jsonl
.forge/tasks/
