This commit is contained in:
15
.dockerignore
Normal file
15
.dockerignore
Normal file
@ -0,0 +1,15 @@
|
||||
# Python-generated files
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
site/
|
||||
.cache/
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
|
||||
# deploy scripts
|
||||
/deploy
|
||||
Reference in New Issue
Block a user