RAG4Vrikshayurveda / .gitignore
Viraj77's picture
Initial commit: RAG for Vrikshayurveda with forward+backward chaining inference engine
0ee953b
Raw
History Blame Contribute Delete
196 Bytes
# Environment & secrets
.env
.env.*
# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
*.egg
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Gradio
flagged/
# Misc
*.log