chore: ignore local test-vault scratch artifacts

The BeautiTab import testing leaves large binary fixtures in the test
vault (test/NewTab.zip and test/NewTab/Pictures/, ~58 MB combined) that
are local scratch, not sources. Ignore them so they don't clutter
`git status` or get pulled in by an accidental `git add .`.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Marcus Breiden 2026-06-12 14:01:05 +02:00
parent 88f1bad0cf
commit 7d35c6ae03

4
.gitignore vendored
View file

@ -25,6 +25,10 @@ test/*/.obsidian/plugins/*/assets/
# Per-developer Obsidian workspace state inside test vaults
test/*/.obsidian/workspace*
# Local test-vault scratch — large binary fixtures and exports, not sources
test/*.zip
test/*/Pictures/
# Test coverage
coverage/