29 lines
280 B
Plaintext
29 lines
280 B
Plaintext
# Generated outputs
|
|
output/
|
|
output_123/
|
|
test_output/
|
|
lightrag_cache/
|
|
vlm_descriptions.json
|
|
full_ocr_results.json
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Secrets
|
|
.env
|
|
|
|
# Database
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# PDFs and uploads
|
|
*.pdf
|
|
backend/uploads/
|
|
backend/outputs/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|