# Python cache / artifacts
__pycache__/
*.py[cod]
*.pyo
*.so
*.egg-info/
*.dist-info/

# Virtual environments
.venv/
venv/
.env/

# Tooling
.mypy_cache/
.pytest_cache/

# IDE/editor
.vscode/
.idea/
.DS_Store

# MCP runtime data
*.log
