Spaces:
Sleeping
Sleeping
Upload .dockerignore with huggingface_hub
Browse files- .dockerignore +15 -0
.dockerignore
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
__pycache__
|
| 2 |
+
*.pyc
|
| 3 |
+
*.pyo
|
| 4 |
+
.git
|
| 5 |
+
.gitignore
|
| 6 |
+
test_*.py
|
| 7 |
+
test_*.txt
|
| 8 |
+
*.md
|
| 9 |
+
!README.md
|
| 10 |
+
inference.py
|
| 11 |
+
.env
|
| 12 |
+
.venv
|
| 13 |
+
venv
|
| 14 |
+
outputs/
|
| 15 |
+
*.egg-info
|