__pycache__/
*.py[cod]
.venv/
build/
dist/
*.egg-info/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.vscode/

# Third-party reference clones. Each is its own git repo, read-only, and is
# never committed here.
/reference/*/
