项目文件夹

文件
2026-07-13 13:12:00 +08:00

9 行
296 B
Plaintext

# Trim the Docker build context. `wrangler deploy` builds the container image
# from this directory, but the Dockerfile only needs sitecustomize.py — keep
# node deps, wrangler state, and Python caches out of the context sent to the
# Docker daemon.
node_modules/
.wrangler/
__pycache__/
*.pyc