chore: 更新项目文档与忽略规则,移除旧镜像归档跟踪

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-08-11 15:03:20 +08:00
co-authored by Claude
parent 4ef15545e3
commit 3d3eeea1f7
6 changed files with 169 additions and 7 deletions
+13 -4
View File
@@ -8,6 +8,7 @@ instance/
.pytest_cache/
.mypy_cache/
user_input/
# Note: user_input/广寒计划/Timeline.md is intentionally tracked (mission timeline source)
# Temp files
~$*
@@ -20,19 +21,27 @@ scripts/update_vulture_wiki.py
# Reference docs & reports
docs/
# Tests (E2E/screenshot-based)
tests/
# Local E2E tests remain ignored; keep new regression coverage trackable.
tests/*
!tests/test_first_stage_fixes.py
# Demo screenshots
demo/test_screenshots/
# Playwright output and logs
output/playwright/
# Generated output: deployment bundles, screenshot caches, Playwright logs
output/
.playwright-cli/
.superpowers/
# KSP screenshots and upload cache
data/KSP/
# Docker image archives (rebuilt per release; deploy docs are the source of truth)
docker_image/*.tar
docker_image/*.tar.gz
# Verification screenshots
artifacts/
# Misc
test1