From 0ee754b391dfd199ebb1f2ef14404d944f06fbf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=27=C3=A9lectron=20rare?= <108685187+electron-rare@users.noreply.github.com> Date: Sun, 21 Jun 2026 12:42:02 +0200 Subject: [PATCH] chore: ignore local .cache and .claude dirs --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 173bf06..67e7de0 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,7 @@ __pycache__/ # Stray editor/debug backups *.real + +# Local agent / build caches +.cache/ +.claude/