docker-ready
This commit is contained in:
16
.dockerignore
Normal file
16
.dockerignore
Normal file
@@ -0,0 +1,16 @@
|
||||
# .dockerignore
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
env/
|
||||
venv/
|
||||
.env
|
||||
*.db
|
||||
*.db-journal
|
||||
test_output/
|
||||
logs/
|
||||
.git
|
||||
.gitignore
|
||||
.idea/
|
||||
Reference in New Issue
Block a user