Commit ·
d354c17
1
Parent(s): 531b571
remove tracked pycache artifacts and ignore python cache files
Browse files
.gitignore
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Python bytecode/cache
|
| 2 |
+
__pycache__/
|
| 3 |
+
*.py[cod]
|
__pycache__/app.cpython-313.pyc
DELETED
|
Binary file (4.65 kB)
|
|
|
__pycache__/hf_backend.cpython-313.pyc
DELETED
|
Binary file (16.4 kB)
|
|
|
__pycache__/oa_server.cpython-313.pyc
DELETED
|
Binary file (7.94 kB)
|
|
|
__pycache__/rabbit_repo.cpython-313.pyc
DELETED
|
Binary file (6.86 kB)
|
|
|
__pycache__/timesfm_backend.cpython-313.pyc
DELETED
|
Binary file (13 kB)
|
|
|