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)
This commit is contained in:
Pier-Jean Malandrino 2026-04-29 15:13:43 +02:00
parent c3d4b11f48
commit 5444838d6c

7
.gitignore vendored
View file

@ -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