This is an automated email from the ASF dual-hosted git repository.
zyxxoo pushed a commit to branch refactor/rust-rewrite-design
in repository https://gitbox.apache.org/repos/asf/hugegraph.git
The following commit(s) were added to refs/heads/refactor/rust-rewrite-design
by this push:
new 6a74f1867 build(docker): exclude Python caches from context
6a74f1867 is described below
commit 6a74f1867d4f68bf2bbf7b5bfd8a49ec69c3ea80
Author: vaughn <[email protected]>
AuthorDate: Sun Sep 13 17:41:19 2026 +0800
build(docker): exclude Python caches from context
---
.dockerignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.dockerignore b/.dockerignore
index 28d48eb93..1b2e8d0a8 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -42,6 +42,8 @@ apache-hugegraph-*/
**/upload-files/
**/build/
**/node_modules/
+**/__pycache__/
+**/*.pyc
# Env files
.env.local