# Normalize line endings for all text files
* text=auto eol=lf

# Source
*.rs    text eol=lf
*.py    text eol=lf
*.pyi   text eol=lf
*.toml  text eol=lf
*.yml   text eol=lf
*.yaml  text eol=lf
*.md    text eol=lf
*.json  text eol=lf
*.txt   text eol=lf

# Binaries
*.so    binary
*.whl   binary
*.pyd   binary
