修復 Wave 0 阻塞與 market intel 入庫

This commit is contained in:
OoO
2026-05-12 22:49:56 +08:00
parent 26669a2c6a
commit fccc80858d
29 changed files with 4888 additions and 9 deletions

5
.gitignore vendored
View File

@@ -9,6 +9,8 @@
# Claude Code 本機設定(含 allow list / Secret不可 commit
.claude/settings.local.json
.claude/worktrees/
.tmp_*
# Python
__pycache__/
@@ -63,6 +65,7 @@ data/*.db-wal
data/*.sqlite
data/*.sqlite3
data/*.lock
data/*.pkl
database/*.db
database/*.db-journal
database/*.db-shm
@@ -85,6 +88,8 @@ data/excel_exports/
# 上傳檔案
web/static/uploads/
web/static/screenshots/
MOMO Pro/uploads/
MOMO Pro/screenshots/
templates/__init__.py
# 測試與覆蓋率報告