Files
student-management-system/.dockerignore
T

25 lines
285 B
Plaintext
Raw Normal View History

2026-09-18 16:53:21 +08:00
# 构建镜像时不需要拷贝进容器的内容,可显著减小镜像体积、加快构建
__pycache__/
*.pyc
*.pyo
*.pyd
venv/
.venv/
env/
.idea/
.vscode/
.git/
.gitignore
# 本地环境变量文件,绝不能打进镜像
.env
.pytest_cache/
.mypy_cache/
dist/
build/
*.md