tryagain / .gitignore
random2222's picture
Create .gitignore
bd75b14 verified
raw
history blame contribute delete
196 Bytes
# Python
__pycache__/
*.py[cod]
*.env
venv/
# Documents
business_docs/*.pdf # Ignore PDFs but keep folder structure
# Models and data
*.bin
*.safetensors
*.pkl
*.faiss
# System
.DS_Store
*.log