Files
linebot_finance/.dockerignore
henry4682 d743650d6d
All checks were successful
Oracle-Deploy / redeploy (push) Successful in 31s
add dockerignore
2026-03-24 09:49:39 +08:00

20 lines
318 B
Plaintext

# 排除環境變數與 Git 資訊
.env
.git
.gitignore
.dockerignore
# 排除 Python 暫存與虛擬環境
__pycache__/
*.pyc
.venv/
.python-version
# 排除肥大的 Firefox 資料與 Playwright 暫存
app/line_user_data_firefox/
app/.cache/
# 排除說明文件與部署腳本
structure.txt
README.md
deploy.yaml