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

# Explicitly mark file types as text
*.py text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.toml text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.cfg text eol=lf
*.ini text eol=lf
*.json text eol=lf
*.lock text eol=lf

# Binary files
*.png binary
*.jpg binary
*.ico binary
*.whl binary
*.gz binary
*.zip binary
