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

# Keep native MVS runtimes out of build context by default.
mvs/
mvs-runtime/
docker/mvs/
docker/mvs-runtime/

