Upload .dockerignore with huggingface_hub
Browse files- .dockerignore +14 -0
.dockerignore
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.env
|
| 2 |
+
.tmp/
|
| 3 |
+
__pycache__/
|
| 4 |
+
*.pyc
|
| 5 |
+
*.pyo
|
| 6 |
+
.pytest_cache/
|
| 7 |
+
node_modules/
|
| 8 |
+
frontend/node_modules/
|
| 9 |
+
frontend/.vite/
|
| 10 |
+
frontend/dist/
|
| 11 |
+
*.log
|
| 12 |
+
.DS_Store
|
| 13 |
+
credentials.json
|
| 14 |
+
token.json
|