Files

48 lines
863 B
Plaintext

.venv/
__pycache__/
*.py[cod]
*.sqlite3
instance/
.env
.idea/
.pytest_cache/
.mypy_cache/
user_input/
# Note: user_input/广寒计划/Timeline.md is intentionally tracked (mission timeline source)
# 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/
# Local E2E tests remain ignored; keep new regression coverage trackable.
tests/*
!tests/test_first_stage_fixes.py
# Demo screenshots
demo/test_screenshots/
# 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