# Python
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.coverage
.venv
.env
build/
dist/
*.egg-info/

# OS / IDE
.DS_Store
.vscode/
.idea/
*.swp

# HUD
hud.lock.yaml
.hud
.hud_local/
.hud_eval.toml

# The SDK repo ignores uv.lock at its root; this template pins its own so the
# example resolves reproducibly.
!uv.lock

# Logs
*.log
