From f4f9605816a2bb12667e910bc505d89688886535 Mon Sep 17 00:00:00 2001 From: Bill Date: Sun, 22 Feb 2026 19:22:24 -0700 Subject: [PATCH] Ignore local logs, training data, and build/runtime artifacts --- .gitignore | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) 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/