PROMPTS.md

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
uv.lock

# CMake build trees (out-of-source, always)
build/
CMakeUserPresets.json

# Generated output inside example projects; regenerated from cmakelessfile.py.
# Only the specific generated artifacts inside cmake/ are ignored, not the
# directory itself: project.include()'s examples commit real, hand-written
# .cmake helper files there.
examples/**/CMakeLists.txt
examples/**/CMakePresets.json
examples/**/cmake/*Config.cmake.in
examples/**/cmake/toolchains/
examples/**/compile_commands.json
IMPROVEMENTS.md
SUGGESTIONS.md
