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

# Virtual environments
.venv
*.bak
test/
.DS_Store
CLAUDE.md

# Locally-generated MCP config (contains machine-specific paths)
mcp-config.json

# pytest cache (redundant with pytest's own .gitignore, kept for self-containment)
.pytest_cache/