# Build output
dist/
build/

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
.venv/
venv/

# OS
.DS_Store
Thumbs.db

# Editor
.vscode/
.idea/
*.swp
*.swo

# Local working docs (ship README.md only)
*.md
!README.md
!mcp_server/README.md

# Local tool state
.claude/
CLAUDE.md
.aider*
.cursor/
.cursorrules
.continue/
.github/copilot-instructions.md
