# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
*.egg

# macOS
.DS_Store
._*

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

# Project
.mcp.json
