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

# Specific file types
*.py text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.json text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.toml text eol=lf
*.lock text eol=lf
*.gitignore text eol=lf
*.gitattributes text eol=lf

# Binary files (leave unchanged)
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary