From 3c26d3740576a097b4602f005b8170471546c04f Mon Sep 17 00:00:00 2001 From: abrichr Date: Mon, 27 Jul 2026 19:59:56 -0400 Subject: [PATCH] chore: gitignore .private/ `.private/` is the workspace-wide convention for material that must never be published. It was not ignored here, so a directory created inside this checkout was one stray `git add` from being committed. Ignore it mechanically rather than relying on that never happening. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01NyCHrzA1psrKMFfroYbzaM --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 6924b7f1..1668bf6b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,7 @@ _site_check/ # Tidy tool patterns (contains sensitive strings) tidy/patterns + +# Never-publish workspace material (strategy, prospect research, counsel packs, +# personal contact details). Created ad hoc; must never reach a remote. +.private/