init
This commit is contained in:
16
.dockerignore
Normal file
16
.dockerignore
Normal file
@@ -0,0 +1,16 @@
|
||||
# 忽略不需要复制到 Docker 镜像中的文件和目录
|
||||
.git
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
.pytest_cache
|
||||
.coverage
|
||||
.gitignore
|
||||
README.md
|
||||
.DS_Store
|
||||
.env
|
||||
.venv
|
||||
venv
|
||||
env
|
||||
Reference in New Issue
Block a user