18 lines
233 B
Plaintext
18 lines
233 B
Plaintext
# OS
|
|
.DS_Store
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# RAG model weights and caches
|
|
minirag/minirag/models/
|
|
minirag/minirag/cache/
|
|
|
|
# local deploy helper (contains secrets in some environments; keep out of git)
|
|
deploy.sh
|