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

# Python
*.py text eol=lf
*.pyi text eol=lf

# Config / data
*.toml text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.json text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.cfg text eol=lf
*.ini text eol=lf
*.sh text eol=lf

# KGN file formats
*.kgn text eol=lf
*.kge text eol=lf

# SQL
*.sql text eol=lf

# Binaries — no line-ending conversion
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.svg text eol=lf
*.whl binary
*.gz binary
