From 4ef335ac0b453c9f780a0ba2aa398b1a9d9747de Mon Sep 17 00:00:00 2001 From: calesthio Date: Mon, 30 Mar 2026 13:34:24 -0700 Subject: [PATCH] Add internal/ to gitignore for strategy and playbook docs --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a2c52a1a..d98efa39 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,9 @@ music_library/ .env.local *.env +# Internal docs (strategy, handoffs, playbooks — not shipped) +internal/ + # Local agent config (user-specific) .claude/memory/ .claude/settings.local.json