From 4a2db4727bd2c88e23896fbdb48436fb4d1f2481 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Sun, 29 Mar 2026 22:38:07 +0800 Subject: [PATCH] chore: add .dockerignore file to exclude build artifacts and environment files --- .dockerignore | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 00000000..2e585d02 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,31 @@ +.git +.github +.vscode +.agent + +.env +.env.* +!.env.example +!.env.secrets.example + +venv +.venv +.uv-cache +.uv-python +.pytest_cache +.ruff_cache +.mypy_cache +__pycache__ + +.npm-cache +frontend/node_modules + +artifacts +notebooks + +bot.log +*.log + +extension.zip +tmp_*.js +tmp_*.html