# Auto-detect text files and ensure LF line endings in the repo
* text=auto

# Force LF for all source files
*.py text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.toml text eol=lf
*.cfg text eol=lf
*.txt text eol=lf
*.rst text eol=lf
*.json text eol=lf
*.html text eol=lf
*.css text eol=lf
*.js text eol=lf
*.sh text eol=lf

# Binary files
*.npz binary
*.npy binary
*.png binary
*.jpg binary
*.gif binary
*.mp4 binary
*.pdf binary
