Spaces:
Runtime error
Runtime error
nsthorat-lilac
commited on
Commit
·
9e0913a
1
Parent(s):
bea12ff
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
|