From a61e6374116f27af66c76823ea559c8494887d43 Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Sat, 18 Apr 2026 19:15:13 -0400 Subject: [PATCH] Gitignore .local/ directory for dev-only secrets like the Galaxy.Host shared secret. Created during the PR 38 / install-services workflow to keep per-install secrets out of the repo. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c23064a..580c14c 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ packages/ # Claude Code (per-developer settings, runtime lock files, agent transcripts) .claude/ +.local/