# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
!integrations/mcp-app/dist/
!integrations/mcp-app/dist/mcp-app.html
.venv/
venv/
.uv/

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Test/scratch output
/out/
*.tmp.svg
*.tmp.png

# OS
.DS_Store
scratch/
.claude/
