# Auto detect text files and perform LF normalization
* text=auto

# Patch files MUST use LF line endings (critical for vcpkg)
*.patch text eol=lf

# Shell scripts should use LF
*.sh text eol=lf

# Python files should use LF
*.py text eol=lf

# Windows batch files should use CRLF
*.cmd text eol=crlf
*.bat text eol=crlf

# Keep these binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.exe binary
*.dll binary
*.so binary
*.dylib binary
*.zip binary
*.tar.gz binary
*.whl binary


.github/workflows/*.lock.yml linguist-generated=true merge=ours