Spaces:
Runtime error
Runtime error
Commit
·
8bf575a
1
Parent(s):
5f900e7
Upload .dockerignore with huggingface_hub
Browse files- .dockerignore +10 -0
.dockerignore
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Python
|
| 2 |
+
**/__pycache__
|
| 3 |
+
**/*.pyc
|
| 4 |
+
**/*.pyo
|
| 5 |
+
**/*.pyd
|
| 6 |
+
# Ignore unit tests.
|
| 7 |
+
**/*_test.py
|
| 8 |
+
|
| 9 |
+
# Mac OS.
|
| 10 |
+
.DS_Store
|