# Normalize all text files to LF
* text=auto eol=lf

# Ensure shell scripts use LF (even on Windows)
*.sh text eol=lf

# Binary files
*.png binary
*.jpg binary
*.ico binary
*.woff2 binary
*.whl binary
