rag-python-rag / .gitignore
viktor-hirenko
Initial commit: RAG system with local LLM
40e5eae
Raw
History Blame Contribute Delete
483 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
ENV/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Project Specific
chroma_db/
processed_docs/
documents/*.pdf
documents/*.docx
documents/*.txt
# Keep example documents
!documents/.gitkeep
# Gradio
gradio_cached_examples/
flagged/
# OS
.DS_Store
Thumbs.db