Spaces:
Runtime error
Runtime error
| # Byte-compiled / optimized / DLL files | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| # Environment variables | |
| .env | |
| env | |
| # Virtual environment | |
| venv/ | |
| .venv/ | |
| env/ | |
| # ML Models and Large Binaries | |
| /models/ | |
| *.gguf | |
| *.bin | |
| *.pth | |
| *.onnx | |
| embeddings_cache.pkl | |
| models/*.gguf | |
| models/** | |
| # Datasets and Large Files | |
| /datasets/raw/ | |
| /datasets/processed/ | |
| !/datasets/.gitignore | |
| # Databases and Vector Stores | |
| /vector_db/ | |
| *.db | |
| *.sqlite3 | |
| *.env | |
| # Cache and temporary files | |
| .cache/ | |
| *.log | |
| .DS_Store | |
| # IDEs | |
| .vscode/ | |
| .idea/ | |