Files
mcp/.dockerignore
2026-03-26 22:59:03 +08:00

28 lines
332 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Git
.git
.gitignore
# Python 缓存与虚拟环境
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
env/
# 运行时/本地数据镜像内不需要compose 可挂载 uploads
tmp/
uploads/
logs/
# 临时目录与杂项
.tmp-*
*.log
.DS_Store
Thumbs.db
test.py
erom-report-service.tar
test*
erom-report-service.tar.backup