# Normalize text files to LF in the repo (works well with CI on Linux)
* text=auto eol=lf

# Keep Windows scripts with CRLF if you ever add them
*.bat text eol=crlf
*.cmd text eol=crlf

# Common binary formats
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.pdf binary
*.zip binary
*.whl binary