fix: add .dockerignore (exclude __pycache__) + e2e MoE verification script

This commit is contained in:
project6-dev
2026-08-13 03:55:49 +00:00
parent 796b09952c
commit 6f7d25f26d
2 changed files with 214 additions and 0 deletions

3
.dockerignore Normal file
View File

@@ -0,0 +1,3 @@
**/__pycache__
**/*.pyc
**/.git