From 9f1489486828b3b6ccf792f184249bc42d8d3877 Mon Sep 17 00:00:00 2001 From: shankar0123 Date: Wed, 13 May 2026 21:12:16 +0000 Subject: [PATCH] chore: ignore cowork/ (operator scratch space) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Phase 0 closure prep: cowork/ holds the operator's internal legal/audit/strategy artifacts — counsel-signed declaration, the filter-repo callback for the history rewrite, the pre-rewrite bundle backup, audit scratch HTML. These are private operator artifacts and must never accidentally land in the public repo. The public-facing description of the Phase 0 rewrite lives at docs/history-normalization.md (separate commit, post-rewrite). This gitignore entry is the pre-rewrite version so the rewrite's output state has cowork/ ignored from commit 1. --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index f5cc34e..1f0c67f 100644 --- a/.gitignore +++ b/.gitignore @@ -93,3 +93,12 @@ Thumbs.db # rebuilds from source via multi-stage build (deploy/test/f5-mock-icontrol/ # Dockerfile line 13). The compiled ELF must not be tracked. deploy/test/f5-mock-icontrol/f5-mock-icontrol + +# Phase 0 closure (2026-05-13): cowork/ holds the operator's internal +# legal / audit / strategy artifacts (counsel-signed AI-authorship +# declaration, filter-repo callback, pre-rewrite bundle, audit HTML +# scratch). It is private operator scratch space and must never +# accidentally land in the public repo. See +# docs/history-normalization.md for the public-facing description of +# the Phase 0 git-history rewrite. +cowork/