# Normalize line endings to LF in the repository across platforms.
* text=auto eol=lf

# Explicitly text
*.py    text eol=lf
*.pyi   text eol=lf
*.toml  text eol=lf
*.yaml  text eol=lf
*.yml   text eol=lf
*.md    text eol=lf
*.cfg   text eol=lf
py.typed text eol=lf
