medical-llm-chatbot / .gitignore
SankethHonavar's picture
Deploy LLM Medical Chatbot with FAISS
76b04ec
raw
history blame contribute delete
234 Bytes
__pycache__/
*.pyc
*.pkl
*.db
*.log
.env
.venv/
.ipynb_checkpoints/
*.sqlite3
*.DS_Store
try.py
# Ignore everything in data folder
data/*
# But allow medmcqa_index folder and its contents
!data/medmcqa_index/
!data/medmcqa_index/**