Add .dockerignore file to exclude unnecessary files from Docker context
This commit is contained in:
parent
03017d8daf
commit
b897bc18af
1 changed files with 24 additions and 0 deletions
24
.dockerignore
Normal file
24
.dockerignore
Normal file
|
@ -0,0 +1,24 @@
|
|||
.git
|
||||
.gitignore
|
||||
.env
|
||||
.env.example
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
env/
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
downloads/
|
||||
eggs/
|
||||
.eggs/
|
||||
lib/
|
||||
lib64/
|
||||
parts/
|
||||
sdist/
|
||||
var/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
Loading…
Add table
Reference in a new issue