# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/

# Build artifacts
build/
dist/

# Virtual envs
.venv/
venv/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Local Claude Code settings
.claude/settings.local.json

# MCP registry publisher binary
mcp-publisher.exe
mcp-publisher.tar.gz

# OS
.DS_Store
Thumbs.db
