*~
*.a
*.o
*.so
*.dll
*#*
luadch
build_gcc/
build_cc/
build_mingw/

# CMake out-of-source build dir (Phase 5)
build/
CMakeUserPresets.json

# Windows build artifacts
*.exe
*.exp
*.lib
*.pdb

# Editor / IDE state
.vscode/
.idea/
.claude/
*.swp
*.swo

# OS metadata
.DS_Store
Thumbs.db
desktop.ini

# Hub runtime crash log. Since the Phase 6b path-anchoring change
# (issue #12), the hub writes log/exception.txt inside its own install
# tree. This entry is a safety net for older binaries or unusual
# invocation paths that could still drop the file at the repo root.
exception.txt
__pycache__/
