add dockerignore
All checks were successful
Oracle-Deploy / redeploy (push) Successful in 31s

This commit is contained in:
2026-03-24 09:49:39 +08:00
parent 132fbea2bd
commit d743650d6d

20
.dockerignore Normal file
View File

@@ -0,0 +1,20 @@
# 排除環境變數與 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