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

# Explicitly mark as text
*.py text eol=lf
*.toml text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.json text eol=lf
*.yaml text eol=lf
*.yml text eol=lf

# Binary files (no conversion)
*.png binary
*.jpg binary
*.ico binary
