- 移除 Motia Streams 实时通信,改用 3 秒轮询 - 简化前端代码,移除冗余组件 - 简化后端架构,准备 FastAPI 重构 - 更新 pixi.toml 环境配置 - 保留 bttoxin_digger_v5_repro 作为参考文档 Co-Authored-By: Claude <noreply@anthropic.com>
12 lines
115 B
Plaintext
12 lines
115 B
Plaintext
**/node_modules
|
|
**/dist
|
|
.git
|
|
.idea
|
|
.vscode
|
|
__pycache__
|
|
*.pyc
|
|
.DS_Store
|
|
jobs/
|
|
frontend/dist
|
|
web/backend/__pycache__
|