jansahayak / .gitignore
Anmol4521's picture
Upload 95 files
388aa42 verified
raw
history blame contribute delete
403 Bytes
# Environment
.env
.venv/
venv/
env/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
# HuggingFace Cache (downloaded models)
hf_cache/
# RAG Indexes (now included for production)
# rag/scheme_index/
# rag/exam_index/
# Outputs
outputs/*.json
# IDE
.vscode/
.idea/
# Data files (optional - uncomment if PDFs are large)
# data/schemes_pdfs/*.pdf
# data/exams_pdfs/*.pdf