# Normalize line endings to LF in the repo (and in every working tree).
# Prevents the CRLF/LF divergence that made cross-platform merges conflict
# on every line. Binary files are auto-detected by `text=auto`; the explicit
# rules below are belt-and-suspenders for the test fixtures.
* text=auto eol=lf
*.zip binary
*.sqlite3 binary
*.db binary
