Spaces:
Sleeping
Sleeping
ignore cache
Browse files
.gitattributes
CHANGED
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
*.csv filter=lfs diff=lfs merge=lfs -text
|
|
|
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
*.csv filter=lfs diff=lfs merge=lfs -text
|
37 |
+
*.cvs filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
__pycache__/
|
app/__pycache__/branch_and_bound.cpython-310.pyc
DELETED
Binary file (6.23 kB)
|
|
app/__pycache__/core.cpython-310.pyc
DELETED
Binary file (1.79 kB)
|
|
app/__pycache__/core.cpython-311.pyc
DELETED
Binary file (2.49 kB)
|
|
app/__pycache__/example_data.cpython-310.pyc
DELETED
Binary file (2.42 kB)
|
|
app/__pycache__/example_data.cpython-311.pyc
DELETED
Binary file (3.17 kB)
|
|