Spaces:
Runtime error
Runtime error
Create .dockerignore
Browse files- .dockerignore +4 -0
.dockerignore
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.git
|
| 2 |
+
.cache
|
| 3 |
+
__pycache__
|
| 4 |
+
*.pyc
|