__pycache__/
*.py[cod]

# Build output.
build/
dist/
*.egg-info/

# Virtualenvs, including any made to run codegen. Keep them out of the tree entirely.
.venv/
venv/
.venv-*/

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