diff --git a/.gitignore b/.gitignore index 382c649..9eb1763 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,21 @@ out/ # --- OS Junk --- .DS_Store -Thumbs.db \ No newline at end of file +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/