venv/
.vs/
out/
build/
# The clang-tidy configure tree (compile database only, never a wheel).
build-tidy/
examples/assets/San_Miguel/
examples/assets/Sponza/

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

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/
