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

# Explicitly set LF for specific file types
*.py text eol=lf
*.md text eol=lf
*.toml text eol=lf
*.txt text eol=lf
*.srt text eol=lf
*.vtt text eol=lf
*.json text eol=lf
*.yml text eol=lf
*.yaml text eol=lf

# Makefile must use LF
Makefile text eol=lf

# Binary files
*.pdf binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.zip binary
*.tar binary
*.gz binary
