# Force LF line endings in the repository for all text files.
# This prevents black formatting differences between Windows dev
# machines (CRLF) and Linux CI runners (LF).

* text=auto eol=lf

*.py text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.toml text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.json text eol=lf
*.cfg text eol=lf
*.ini text eol=lf

# Binaries — no line ending conversion
*.png binary
*.jpg binary
*.gif binary
*.ico binary
*.whl binary
