From ddda26d76af79286cc81c26f8871ff6df70000df Mon Sep 17 00:00:00 2001 From: Bart <11445373+bthomee@users.noreply.github.com> Date: Thu, 20 Nov 2025 09:52:14 -0500 Subject: [PATCH] Ignore .claude and Testing --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b6624afad5..2512c5e98e 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ Release/ /build/ /db/ /out.txt +/Testing/ /tmp/ CMakeSettings.json CMakeUserPresets.json @@ -60,3 +61,4 @@ DerivedData # AI tools. .augment +.claude