# Python
__pycache__/
*.pyc
*.pyo
dist/
build/
*.egg-info/

# Testing & linting
.pytest_cache/
.ruff_cache/
.coverage
coverage_html/

# Environment
.env
.venv/

# OS
.DS_Store

# Local MCP server configuration (copy from mcp_servers.example.json)
mcp_servers.json

# Local analysis and implementation plans
/planning/

# Shared local agent memory and swarm worktrees
/.backbone/
