From 25af50a0920a3391eca44a1816438f7cd63b6f5b Mon Sep 17 00:00:00 2001 From: Ryan Schultz Date: Tue, 3 Mar 2026 15:07:48 -0600 Subject: [PATCH] Temp files from ai coding tools --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 8a7482ab8e..a92e504001 100644 --- a/.gitignore +++ b/.gitignore @@ -115,3 +115,9 @@ dev_environment.bat src/ifcopenshell-python/ifcopenshell/express/*.exp src/ifcopenshell-python/ifcopenshell/express/*.exp.cache.dat + + +# temp files from AI coding tools +*.claude +*.py.tmp* +*.json.tmp*