code-education-rag / .gitignore
FabIndy's picture
Remove FAISS binaries from Space repo (download at runtime)
2e8dab1
raw
history blame contribute delete
287 Bytes
# 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