From 99f28d787e7924e55441c733d68f12331e365f69 Mon Sep 17 00:00:00 2001 From: abrichr Date: Mon, 27 Jul 2026 20:00:11 -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 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c8f36f6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Never-publish workspace material (strategy, prospect research, counsel packs, +# personal contact details). Created ad hoc; must never reach a remote. +.private/