Docker
This commit is contained in:
21
.dockerignore
Normal file
21
.dockerignore
Normal file
@@ -0,0 +1,21 @@
|
||||
venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
*.so
|
||||
*.egg
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
.env
|
||||
.env.local
|
||||
.git/
|
||||
.gitignore
|
||||
README.md
|
||||
tree
|
||||
db.sqlite3
|
||||
*.sqlite3
|
||||
.DS_Store
|
||||
*.log
|
||||
Reference in New Issue
Block a user