Spaces:
GIZ
/
Running on CPU Upgrade

Romulan12 commited on
Commit
4b08068
·
1 Parent(s): 08a0540

add gitignore

Browse files
.gitignore CHANGED
@@ -1 +1,7 @@
1
- .DS_Store
 
 
 
 
 
 
 
1
+ .DS_Store
2
+
3
+ # Ignore all __pycache__ folders and .pyc files
4
+ __pycache__/
5
+ *.pyc
6
+ *.pyo
7
+ *.pyd
utils/__pycache__/generator.cpython-310.pyc CHANGED
Binary files a/utils/__pycache__/generator.cpython-310.pyc and b/utils/__pycache__/generator.cpython-310.pyc differ
 
utils/__pycache__/retriever.cpython-310.pyc CHANGED
Binary files a/utils/__pycache__/retriever.cpython-310.pyc and b/utils/__pycache__/retriever.cpython-310.pyc differ
 
utils/__pycache__/whisp_api.cpython-310.pyc CHANGED
Binary files a/utils/__pycache__/whisp_api.cpython-310.pyc and b/utils/__pycache__/whisp_api.cpython-310.pyc differ