# Normalize all text files to LF on checkout and commit.
* text=auto eol=lf

# Explicit text file declarations.
*.py      text eol=lf
*.pyi     text eol=lf
*.toml    text eol=lf
*.cfg     text eol=lf
*.ini     text eol=lf
*.yml     text eol=lf
*.yaml    text eol=lf
*.md      text eol=lf
*.rst     text eol=lf
*.txt     text eol=lf
*.json    text eol=lf
*.sh      text eol=lf
.gitignore     text eol=lf
.gitattributes text eol=lf
py.typed       text eol=lf

# Binary files (never normalized).
*.png  binary
*.jpg  binary
*.jpeg binary
*.gif  binary
*.ico  binary
*.whl  binary
*.gz   binary
*.zip  binary
