__pycache__/
*.pyc
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
dist/
# generated by `make wheel` (specs/vsor/build) — shipped in the wheel, never committed
packages/vsor/src/vsor/_site_runtime/

# a PyPI token or any other secret must never be committable from the repo root
.env
.env.*
!.env.example
