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:
parent
2f811d41c8
commit
17f59d4cee
1 changed files with 7 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue