All checks were successful
CD Pipeline / deploy (push) Successful in 1m14s
- 新增 PPTReport 模型,支援快取查詢結果和檔案路徑 - 實作 growth/vendor/bcg 三種報告的快取機制 - 24 小時過期設定,避免重複計算 - 自動清理過期快取記錄 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
19 lines
179 B
Plaintext
19 lines
179 B
Plaintext
# Logs & Caches
|
|
logs/
|
|
*.log
|
|
__pycache__/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.DS_Store
|
|
|
|
# Environments & Dependencies
|
|
node_modules/
|
|
venv/
|
|
.venv/
|
|
.env
|
|
*.pem
|
|
|
|
# Build & Static
|
|
dist/
|
|
build/
|