Spaces:
Build error
Build error
| # 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 |