From 5f9f22800fa1f0126b4ed8fcaa79621d7806fe80 Mon Sep 17 00:00:00 2001 From: coding-dev-tools Date: Tue, 25 Aug 2026 00:18:51 -0400 Subject: [PATCH] docs: ignore private session-transcript prompt files --- .gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c3e192f1..6f711279 100644 --- a/.gitignore +++ b/.gitignore @@ -133,7 +133,8 @@ uv.lock /venv_status.txt /r3.txt -# Local Command Code session-transcript analysis prompts — inspect private -# ~/.commandcode/ session data, never commit these. -/pROMPT_SESSION_TRANSCRIPT_ANALYSIS.md -/session_transcript_query_prompt.md \ No newline at end of file +# Local Command Code session-transcript analysis prompts - inspect private +# ~/.commandcode/ session data, never commit these. Character classes keep +# mixed-case variants from slipping through on case-insensitive machines. +/[Pp][Rr][Oo][Mm][Pp][Tt]_[Ss][Ee][Ss][Ss][Ii][Oo][Nn]_[Tt][Rr][Aa][Nn][Ss][Cc][Rr][Ii][Pp][Tt]_[Aa][Nn][Aa][Ll][Yy][Ss][Ii][Ss].md +/[Ss][Ee][Ss][Ss][Ii][Oo][Nn]_[Tt][Rr][Aa][Nn][Ss][Cc][Rr][Ii][Pp][Tt]_[Qq][Uu][Ee][Rr][Yy]_[Pp][Rr][Oo][Mm][Pp][Tt].md