rag-chatbot / .gitignore
Abeshith's picture
RAG Chatbot with LangChain, FastAPI, and service layer architecture
64d7fdf
Raw
History Blame Contribute Delete
396 Bytes
__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
MANIFEST
venv/
ENV/
env/
RAG/
.env
.env.local
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
.ipynb_checkpoints
.pytest_cache/
.coverage
htmlcov/
*.cover
*.log
logs/
*.db
*.sqlite3
uploads/
temp/
*.dockerignore
Thumbs.db