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:
2026-06-05 16:21:12 +08:00
co-authored by Claude Opus 4.7
parent 84e5027874
commit 607ce1e373
9 changed files with 20 additions and 260 deletions
+20
View File
@@ -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