This commit is contained in:
2026-04-27 01:25:45 +08:00
parent 5ec4c38495
commit b00a0c40d8
3 changed files with 52 additions and 0 deletions

13
.dockerignore Normal file
View File

@@ -0,0 +1,13 @@
# 构建镜像时不打进上下文(减小体积;数据在宿主机卷里)
.git
.env
.env.*
*.session
*.session-journal
state.json
-100*/
__pycache__
*.pyc
.cursor
.venv
venv