# Normalize line endings: LF in the repo, auto-converted on checkout.
* text=auto eol=lf

# Explicitly text
*.py    text
*.pyi   text
*.toml  text
*.cfg   text
*.ini   text
*.txt   text
*.md    text
*.rst   text
*.yaml  text
*.yml   text
*.cff   text
*.csv   text

# Binary (never touch line endings)
*.parquet binary
*.png     binary
*.jpg     binary
*.ipynb   binary
