venv/
.vs/
out/
build/
examples/assets/San_Miguel/
examples/assets/Sponza/

# CI: the Vulkan SDK installer, cached between runs (see .github/workflows/build.yml)
.vulkan-sdk/

# Written by `pytest --api-coverage`. The baseline it is checked against is
# tracked; the report itself is generated.
api_coverage.md

CMakeSettings.json

# Python
__pycache__/
*.egg-info/
dist/
*.pyd
*.so
.eggs/

# scikit-build
_skbuild/


# ImGui writes its window layout beside the example that ran (0.25).
imgui.ini

# Local scratch workspace, never tracked.
external/
