From f1e9e209c0033a82a55179d11705ba9539302995 Mon Sep 17 00:00:00 2001 From: Levi Neuwirth Date: Sat, 9 May 2026 17:38:48 -0400 Subject: [PATCH] gitignore: add /M*-API-SURVEY.md to internal-only patterns M10.1 produced an API survey doc as its working artifact (the audit-trail for the loro-vs-yrs benchmark evidence). The existing patterns covered AUDIT.md / SHIP-GATE.md / PREREQUISITES.md but not the survey shape; future research / decision tasks producing similar empirical-evaluation docs are also covered by this generalization. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3ca7f08..f7e5eb4 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ /TRANSITION*.md /SPIKE*.md /M*-AUDIT.md +/M*-API-SURVEY.md /M*-SHIP-GATE.md /V*-PREREQUISITES.md /MANUAL-TEST-CHECKLIST.md