beabigegg
|
ae55365f19
|
清理測試目錄:刪除臨時和空目錄
刪除項目:
- tests/e2e/ (空目錄)
- tests/temp_output/ (測試臨時輸出)
- tests/__pycache__/ (Python快取)
更新 .gitignore:
- 新增 tests/temp_output/, tests/e2e/, .benchmarks/ 到忽略清單
保留項目:
- tests/unit/ (單元測試)
- tests/integration/ (整合測試)
- tests/fixtures/ (測試用範例檔案)
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-11-06 11:41:51 +08:00 |
|
beabigegg
|
9a83efbec7
|
清理專案:刪除開發過程文檔和測試報告
刪除項目:
- 開發過程文檔(IMPROVEMENTS*.md, GUIDLINE.md, DEVELOPMENT_REPORT.md)
- 遷移文檔(D3_FORCE_IMPLEMENTATION_COMPLETE.md, MIGRATION_TO_D3_FORCE.md)
- 設計文檔(TDD.md, SDD.md)
- 舊前端目錄(frontend/)
- 測試相關(.coverage, .pytest_cache, .benchmarks, test_classic_timeline.html)
- 測試報告目錄(docs/)
保留項目:
- 核心代碼(backend/, frontend-react/)
- 範例檔案(examples/)
- 測試程式(tests/)
- 使用文檔(README.md, PRD.md)
- 執行腳本(run.bat, run.sh, start_dev.bat)
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-11-06 11:36:36 +08:00 |
|