# 不需進入映像的東西(縮小體積、加快 build) .git .gitignore .env *.zip *.log *.docx *.pdf **/__pycache__/ *.pyc *.pyo # 大型 / 部署無關目錄 encoder_model/ # BGE-M3 改由 Dockerfile 從 HF hub 下載 local_finbert/ # FinBERT 模型(展示用快取模式不需要) dist/ build/ etf_build/ app/ # PyInstaller 單機版打包腳本(雲端部署不需要) experiments/ literature/ system_upgrade_records/ user_results/ # 執行期自動產生,不需帶入 deploy_hf/ # 部署檔本身(README/Dockerfile 已放 Space 根目錄) _*.py