# macOS
.DS_Store

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Ruff cache
.ruff_cache/

# Pytest cache
.pytest_cache/

# Config (may contain API keys or tokens)
config.json
mcp.json

# VSCode files
.vscode/

# Cache
.cache/

# Debug dumps
dumps/
