From 760f3a6d8f57d2cebc78c65d4774b17e59e8e273 Mon Sep 17 00:00:00 2001 From: Taro Suzuki Date: Mon, 9 Mar 2026 00:34:53 +0000 Subject: [PATCH] Add dockerignore Co-authored-by: pokemon918 <132939190+pokemon918@users.noreply.github.com> Co-authored-by: xfactor-toml <154992305+xfactor-toml@users.noreply.github.com> Co-authored-by: omni-omega <234262665+omni-omega@users.noreply.github.com> Co-authored-by: phantomdev0826 <218786589+phantomdev0826@users.noreply.github.com> --- .dockerignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..7321ce2 --- /dev/null +++ b/.dockerignore @@ -0,0 +1 @@ +__pycache__\n*.pyc\n*.pyo\n.git\n.gitignore\n.env\nvenv\n*.md\n.pytest_cache\n.mypy_cache \ No newline at end of file