LazyHuman10 commited on
Commit ·
50536ec
1
Parent(s): 3b6130d
Remove pycache and add gitignore
Browse files- .gitignore +3 -0
- __pycache__/main.cpython-313.pyc +0 -0
- __pycache__/rag.cpython-313.pyc +0 -0
.gitignore
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.venv/
|
| 2 |
+
__pycache__/
|
| 3 |
+
*.pyc
|
__pycache__/main.cpython-313.pyc
DELETED
|
Binary file (7.69 kB)
|
|
|
__pycache__/rag.cpython-313.pyc
DELETED
|
Binary file (7.94 kB)
|
|
|