Spaces:
Sleeping
Sleeping
| # Python | |
| __pycache__/ | |
| *.pyc | |
| # Local venv (si jamais) | |
| .venv/ | |
| venv/ | |
| llm_code_education_env/ | |
| # Modèles (jamais dans git) | |
| models/ | |
| *.gguf | |
| *.bin | |
| models/*.gguf | |
| # Secrets | |
| .env | |
| # OS | |
| .DS_Store | |
| #faiss et pkl | |
| db/faiss_code_edu_by_article/index.faiss | |
| db/faiss_code_edu_by_article/index.pkl | |