.venv/
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
dist/
build/
*.egg-info/

# Session material, not product
local/

# Lockfile of a tool the CI does not use
uv.lock
