Spaces:
Sleeping
Sleeping
Sync .dockerignore from GitHub repo
Browse files- .dockerignore +11 -0
.dockerignore
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.deps/
|
| 2 |
+
.git/
|
| 3 |
+
.pytest_cache/
|
| 4 |
+
.uv-cache/
|
| 5 |
+
.venv/
|
| 6 |
+
pytest-cache-files-*/
|
| 7 |
+
*.log
|
| 8 |
+
__pycache__/
|
| 9 |
+
*.pyc
|
| 10 |
+
*.pyo
|
| 11 |
+
*.pyd
|