# Line endings — normalize to LF
* text=auto eol=lf
*.py text eol=lf
*.toml text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.md text eol=lf
*.json text eol=lf
*.cfg text eol=lf
*.ini text eol=lf
*.txt text eol=lf
*.sh text eol=lf
*.html text eol=lf

# Binary files — do not diff
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.woff binary
*.woff2 binary
*.ttf binary
*.eot binary
*.pdf binary
*.zip binary
*.gz binary
*.tar binary
*.whl binary

# Generated / large — do not diff
*.lock linguist-generated
artifacts/**/*.json linguist-generated

# Shell scripts are executable
*.sh text eol=lf diff=bash
