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

# Explicitly mark binary files
*.png binary
*.jpg binary
*.whl binary

# Ensure key file types use LF everywhere
*.py text eol=lf
*.toml text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.cfg text eol=lf
*.ini text eol=lf
*.json text eol=lf
