From 17f59d4ceeef3a37fe2e174e9ffc165339acabe8 Mon Sep 17 00:00:00 2001 From: Pier-Jean Malandrino Date: Wed, 29 Apr 2026 15:13:43 +0200 Subject: [PATCH] chore: gitignore local-only artifacts on release/0.6.0 Bootstrap commit for the doc-centric ingest release: - .github/ISSUE_TEMPLATE/issue.md (local copy) - docs/claude-code-commands.md (personal notes) - docs/design/TEMPLATE.md (local design template) - document-parser/tests/test_local_converter.py (local test scratch) --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index a1e287a..11e6c7c 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,10 @@ profiles/ # E2E tests — Maven build outputs & Chrome user data e2e/**/target/ + +# Local-only artifacts (release/0.6.0 bootstrap) +.github/ISSUE_TEMPLATE/issue.md +docs/claude-code-commands.md +docs/design/TEMPLATE.md +document-parser/tests/test_local_converter.py +