Spaces:
Sleeping
Sleeping
Remove cache files and add gitignore
Browse files
.gitignore
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
__pycache__/
|
| 2 |
+
*.py[cod]
|
| 3 |
+
.venv/
|
components/__pycache__/__init__.cpython-310.pyc
DELETED
|
Binary file (404 Bytes)
|
|
|
components/__pycache__/examples.cpython-310.pyc
DELETED
|
Binary file (1.78 kB)
|
|
|
components/__pycache__/inputs.cpython-310.pyc
DELETED
|
Binary file (3.48 kB)
|
|
|
components/__pycache__/prediction.cpython-310.pyc
DELETED
|
Binary file (2.17 kB)
|
|
|
src/__pycache__/preprocess.cpython-310.pyc
DELETED
|
Binary file (5.21 kB)
|
|
|