# 不打包进镜像的内容
__pycache__
*.py[cod]
.venv
venv
env
.env
*.log
uploads/
test_files/
tests/
.git
.gitignore
*.md
.idea
.vscode
client/
