From d4181b111900d35e79982503e971a8e75d385c70 Mon Sep 17 00:00:00 2001 From: MechaCat02 Date: Sat, 27 Jun 2026 16:55:51 +0200 Subject: [PATCH] chore(git): ignore local audit/review reports The audit + fix-verification reports (docs/AUDIT-2026-06-27.md, docs/FIX-VERIFICATION-2026-06-27.md) are local working artifacts; one was accidentally swept into the media-gateway commit. Dropped from history and ignored so they stay untracked local files. Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 55d4381..7318f9c 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,7 @@ e2e/.env.test # OS .DS_Store Thumbs.db + +# Local audit/review reports — generated working artifacts, kept out of git +docs/AUDIT-2026-06-27.md +docs/FIX-VERIFICATION-2026-06-27.md