From b7fa12667b2ef779611e496578b8496035a9f24e Mon Sep 17 00:00:00 2001 From: czlonkowski <56956555+czlonkowski@users.noreply.github.com> Date: Thu, 2 Oct 2025 10:26:32 +0200 Subject: [PATCH] chore: add docs/local/ to .gitignore for local documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index fbb3d46..3fe92bf 100644 --- a/.gitignore +++ b/.gitignore @@ -93,6 +93,9 @@ tmp/ docs/batch_*.jsonl **/batch_*_error.jsonl +# Local documentation and analysis files +docs/local/ + # Database files # Database files - nodes.db is now tracked directly # data/*.db