Pdf-RAG-Chatbot / .gitignore
Bijay13's picture
Initial commit: PDF RAG chatbot with LangChain and Groq
0cf7776
raw
history blame contribute delete
422 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
env/
ENV/
.venv
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# Gradio
gradio_queue.db
flagged/
# Vector stores
faiss_index/
chroma_db/
# Temporary files
*.tmp
*.log
.DS_Store
# Environment variables
.env
.env.local