Spaces:
Sleeping
Sleeping
| .git | |
| .gitignore | |
| .dockerignore | |
| .env | |
| .env.local | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| *.egg | |
| venv/ | |
| .venv/ | |
| env/ | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| .DS_Store | |
| Thumbs.db | |
| datasets/ | |
| results/ | |
| *.pt | |
| *.bin | |
| *.safetensors | |
| .ipynb_checkpoints/ | |
| catboost_info/ | |