# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/

# uv / virtualenvs
.venv/
.uv-cache/

# Build artifacts (uv build, hatchling, etc.)
dist/
build/

# Test / coverage caches
.pytest_cache/
.coverage
.coverage.*
htmlcov/

# Editor / OS clutter
.vscode/
.idea/
*.swp
*~
.DS_Store
Thumbs.db

# Stray logs (the daemon writes to ~/figmin-mcp/, not into the repo,
# but catch any that leak in)
*.log
