Spaces:
Sleeping
Sleeping
| # Exclude everything that shouldn't be in the image | |
| models/ | |
| data/ | |
| notebooks/ | |
| visualizations/ | |
| .venv/ | |
| venv/ | |
| __pycache__/ | |
| *.py[cod] | |
| *.pt | |
| *.pth | |
| *.bin | |
| *.safetensors | |
| *.ckpt | |
| .git/ | |
| .gitignore | |
| *.md | |
| .env | |
| .env.* | |
| *.env | |
| configs/ | |
| tests/ | |