From 531af57f4d127d051b81454c301faddcdcce85a9 Mon Sep 17 00:00:00 2001 From: Bernd Worsch Date: Mon, 16 Mar 2026 12:31:33 +0000 Subject: [PATCH] chore: ignore .markidocx/ runtime evidence store Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c2b8dd5..6935d36 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,9 @@ # Ralph workplan plugin (local tooling, not project source) ralph-workplan/ +# Runtime evidence store (generated by evidence.py during builds/tests) +.markidocx/ + # ---> Python # Byte-compiled / optimized / DLL files __pycache__/