Spaces:
Sleeping
Sleeping
| # Auto detect text files and normalize line endings | |
| * text=auto | |
| # Python files | |
| *.py text eol=lf | |
| *.pyx text eol=lf | |
| *.pxd text eol=lf | |
| # Documentation | |
| *.md text eol=lf | |
| *.rst text eol=lf | |
| *.txt text eol=lf | |
| # Config files | |
| *.yml text eol=lf | |
| *.yaml text eol=lf | |
| *.json text eol=lf | |
| *.toml text eol=lf | |
| # Shell scripts | |
| *.sh text eol=lf | |
| # Web files | |
| *.html text eol=lf | |
| *.css text eol=lf | |
| *.js text eol=lf | |
| # Binary files | |
| *.bin binary | |
| *.safetensors binary | |
| *.pt binary | |
| *.pth binary | |
| *.h5 binary | |
| *.onnx binary | |
| *.jpg binary | |
| *.png binary | |
| *.gif binary | |
| *.ico binary | |
| *.pdf binary | |
| *.zip binary | |
| *.tar.gz binary | |
| *.whl binary | |