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

# Binary files — no line ending conversion
*.pdf binary
*.xlsx binary
*.xls binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary

# Text files — normalize to LF in repo
*.py text eol=lf
*.txt text eol=lf
*.csv text eol=lf
*.json text eol=lf
*.md text eol=lf
*.toml text eol=lf
