# Python / uv
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.coverage
htmlcov/
dist/

# Extension release artifacts
*.zip

# Tool caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.ty_cache/

# OS
.DS_Store
