fix(security): remove internal tooling from public repo
Some checks failed
CI / Run Tests (push) Has been cancelled
CI / Lint Code (push) Has been cancelled
CI / CSP Compliance Check (push) Has been cancelled

Removed .claude/ (session archives, hooks, instruction history),
.credential-vault/ (internal tooling), .memory/ (governance state),
.stripe-ids.json (test Stripe IDs), .migration-backup/.

Added all to .gitignore to prevent future commits.
This commit is contained in:
TheFlow 2026-03-27 13:16:00 +13:00
parent 9e6ed86342
commit 7064eacdcc

8
.gitignore vendored
View file

@ -96,3 +96,11 @@ docs/research/
.admin-credentials.local
.env.backup*
TRAINING GPU QUESTION FIRST RAISED.txt
# Internal tooling — NEVER push to public repos
.claude/
.credential-vault/
.memory/
.stripe-ids.json
.migration-backup/
.venv-docs/