chore: update .gitignore — ignore IDE config, temp files, one-off scripts, tests, docs, demo
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
+20
@@ -8,3 +8,23 @@ instance/
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
user_input/
|
||||
|
||||
# Temp files
|
||||
~$*
|
||||
|
||||
# One-off scripts
|
||||
scripts/fix_st02_naming.py
|
||||
scripts/populate_star_port_timeline.py
|
||||
scripts/update_vulture_wiki.py
|
||||
|
||||
# Reference docs & reports
|
||||
docs/
|
||||
|
||||
# Tests (E2E/screenshot-based)
|
||||
tests/
|
||||
|
||||
# Demo screenshots
|
||||
demo/test_screenshots/
|
||||
|
||||
# Misc
|
||||
test1
|
||||
|
||||
Reference in New Issue
Block a user