From 0a0c1fc412e24472eca1d1f91e9f838faa67443a Mon Sep 17 00:00:00 2001 From: Kjell Tore Guttormsen Date: Thu, 30 Apr 2026 15:07:35 +0200 Subject: [PATCH] chore(llm-security): stage ignore patterns for session files Add .local/ and HANDOFF-FINDINGS.local.md to .gitignore so session handoff artifacts (NEXT-SESSION-PROMPT.local.md, scratch findings) do not leak into commits. Pre-flight for Batch C v7.3.0. --- plugins/llm-security/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/llm-security/.gitignore b/plugins/llm-security/.gitignore index b92226d..511b449 100644 --- a/plugins/llm-security/.gitignore +++ b/plugins/llm-security/.gitignore @@ -12,3 +12,5 @@ reports/watch/latest.json *.pem credentials.* secrets.* +.local/ +HANDOFF-FINDINGS.local.md