Spaces:
Running
Running
| # Normalize line endings to LF for all text files. | |
| # Ensures Dockerfile and Python scripts use LF when checked out on Linux (HF Spaces). | |
| * text=auto eol=lf | |
| # Treat these as binary — no line-ending conversion | |
| *.pdf binary | |
| *.png binary | |
| *.jpg binary | |
| *.jpeg binary | |
| *.gif binary | |
| *.ico binary | |
| *.wav binary | |
| *.webm binary | |