Farid Karimli
commited on
Commit
·
ccca716
1
Parent(s):
686a816
preliminary cleanup
Browse files- .gitignore +6 -3
- apps/ai_tutor/__pycache__/app.cpython-311.pyc +0 -0
- apps/ai_tutor/__pycache__/chainlit_app.cpython-311.pyc +0 -0
- apps/ai_tutor/__pycache__/helpers.cpython-311.pyc +0 -0
- apps/ai_tutor/config/__pycache__/config_manager.cpython-311.pyc +0 -0
- apps/ai_tutor/config/__pycache__/constants.cpython-311.pyc +0 -0
- apps/ai_tutor/config/__pycache__/prompts.cpython-311.pyc +0 -0
.gitignore
CHANGED
@@ -1,12 +1,15 @@
|
|
1 |
**/vectorstores/*
|
2 |
**/private/students.json
|
3 |
.ragatouille/*
|
4 |
-
|
5 |
**/.chainlit/translations/*
|
6 |
-
storage/logs/*
|
7 |
-
vectorstores/*
|
8 |
**/apps/*/storage/logs/*
|
9 |
**/apps/*/private/*
|
10 |
*.log
|
11 |
**/.files/*
|
12 |
.env
|
|
|
|
|
|
|
|
1 |
**/vectorstores/*
|
2 |
**/private/students.json
|
3 |
.ragatouille/*
|
4 |
+
**/__pycache__/*
|
5 |
**/.chainlit/translations/*
|
6 |
+
**/storage/logs/*
|
7 |
+
**/vectorstores/*
|
8 |
**/apps/*/storage/logs/*
|
9 |
**/apps/*/private/*
|
10 |
*.log
|
11 |
**/.files/*
|
12 |
.env
|
13 |
+
*.pyc
|
14 |
+
venv/
|
15 |
+
apps
|
apps/ai_tutor/__pycache__/app.cpython-311.pyc
DELETED
Binary file (17.9 kB)
|
|
apps/ai_tutor/__pycache__/chainlit_app.cpython-311.pyc
DELETED
Binary file (25.3 kB)
|
|
apps/ai_tutor/__pycache__/helpers.cpython-311.pyc
DELETED
Binary file (3.96 kB)
|
|
apps/ai_tutor/config/__pycache__/config_manager.cpython-311.pyc
DELETED
Binary file (11.7 kB)
|
|
apps/ai_tutor/config/__pycache__/constants.cpython-311.pyc
DELETED
Binary file (1.33 kB)
|
|
apps/ai_tutor/config/__pycache__/prompts.cpython-311.pyc
DELETED
Binary file (6.98 kB)
|
|