chore: ignore cowork/ (operator scratch space)

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.
This commit is contained in:
shankar0123
2026-05-13 21:12:16 +00:00
parent 25996f86fa
commit 9f14894868
+9
View File
@@ -93,3 +93,12 @@ Thumbs.db
# rebuilds from source via multi-stage build (deploy/test/f5-mock-icontrol/ # rebuilds from source via multi-stage build (deploy/test/f5-mock-icontrol/
# Dockerfile line 13). The compiled ELF must not be tracked. # Dockerfile line 13). The compiled ELF must not be tracked.
deploy/test/f5-mock-icontrol/f5-mock-icontrol 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/