From c8793bb910367254accc8401f00cdaad2975acb6 Mon Sep 17 00:00:00 2001 From: Pieter Date: Tue, 20 Jan 2026 20:10:37 +0100 Subject: [PATCH] chore: Ignore documentation and report markdown files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added docs/ directory and all .md files (except README.md) to .gitignore to prevent internal deployment logs, security notes, and test reports from being committed to the repository. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 19bc243..e2f85c3 100644 --- a/.gitignore +++ b/.gitignore @@ -65,3 +65,4 @@ scripts/test-*.py # Documentation/reports (except README.md) *.md !README.md +docs/