jhj0517
commited on
Commit
·
cfc49c4
1
Parent(s):
819759c
Add docker ignore
Browse files- .dockerignore +8 -0
.dockerignore
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
**/venv/
|
| 2 |
+
**/__pycache__/
|
| 3 |
+
**/outputs/
|
| 4 |
+
**/models/
|
| 5 |
+
|
| 6 |
+
**/.idea
|
| 7 |
+
**/.git
|
| 8 |
+
**/.github
|