From bfadf638a2e5d4c68fa57968cb0dce3f92e798f0 Mon Sep 17 00:00:00 2001 From: Ben Stull Date: Wed, 10 Jun 2026 21:54:20 -0700 Subject: [PATCH] restore *.local to .gitignore (clobbered by previous commit) Co-Authored-By: Claude Fable 5 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e43b0f9..e0132b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .DS_Store +*.local