Spaces:
Runtime error
Runtime error
Create .dockerignore
Browse files- .dockerignore +6 -0
.dockerignore
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
__pycache__
|
| 2 |
+
*.pyc
|
| 3 |
+
venv
|
| 4 |
+
*.log
|
| 5 |
+
.DS_Store
|
| 6 |
+
node_modules
|