Ignore local logs, training data, and build/runtime artifacts

This commit is contained in:
Bill
2026-02-22 19:22:24 -07:00
parent 33103b5d71
commit f4f9605816

19
.gitignore vendored
View File

@@ -21,4 +21,21 @@ out/
# --- OS Junk ---
.DS_Store
Thumbs.db
Thumbs.db
# --- Local Build / Runtime Artifacts (keep local, do not commit) ---
CMakeCache.txt
CMakeFiles/
cmake-build-*/
editor/build-native/
build-native/
# Runtime/editor local state
imgui.ini
.whetstone.json
crash.log
SDL-issue.log
# Large/generated run data
logs/
training_data/