Spaces:
Runtime error
Runtime error
| # Binary model files | |
| *.pkl | |
| *.npy | |
| *.joblib | |
| # Cache files | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .Python | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Data (optional - comment out if you want to include) | |
| dataset/raw/ | |
| # State files | |
| .states/ | |