From dd8ab2e3be4d1dec561dcd6cd9b6f93e496d4b5a Mon Sep 17 00:00:00 2001 From: danbugs Date: Sun, 17 May 2026 21:52:45 +0000 Subject: [PATCH] chore: gitignore .claude/ and .pyhl/ directories Signed-off-by: danbugs --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 1d93be9..991d5a9 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,10 @@ examples/**/obj/ *.swp *.swo +# Tool / runtime caches +.claude/ +.pyhl/ + # OS .DS_Store Thumbs.db