RAGSample / .gitignore
VietCat's picture
fix cache
7dcd77a
raw
history blame contribute delete
448 Bytes
# files
*.DS_Store
# Ignore Python cache & virtual env
__pycache__/
*.py[cod]
*.egg-info/
.venv/
env/
venv/
# Ignore Jupyter checkpoints
.ipynb_checkpoints/
# Ignore model checkpoints if any
*.ckpt
*.pt
*.bin
# Hugging Face Spaces: keep data/index.faiss
# But ignore any other temp or large files optionally
# DO NOT IGNORE data/index.faiss or data/raw_law.txt
# So we do NOT put 'data/' in here
# Optional: ignore large test dumps
*.log
*.tmp