# Normalise line endings to LF on commit, checkout as native
* text=auto

# Force LF for files that must be consistent across platforms
*.py text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.toml text eol=lf
*.json text eol=lf
*.csv text eol=lf
*.tsv text eol=lf
*.feature text eol=lf
*.txt text eol=lf
*.cfg text eol=lf
*.ini text eol=lf
*.sh text eol=lf

# Binary files
*.xlsx binary
*.xls binary
*.png binary
*.jpg binary
*.gif binary
