Create .dockerignore
Browse files- .dockerignore +4 -0
.dockerignore
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
mert/*
|
2 |
+
examples/*
|
3 |
+
__pycache__
|
4 |
+
.git
|