# Normalise to LF in the repository and in the sdist. Without this, a checkout on
# Windows commits CRLF, and `ruff format --check` then disagrees with a Linux CI run
# over files nobody edited.
* text=auto eol=lf

# Never touch these.
*.png binary
*.jpg binary
*.pdf binary
*.ipynb text eol=lf
