* text=auto

.gitattributes text eol=lf
.gitignore text eol=lf
uv.lock text eol=lf

*.py text eol=lf
*.toml text eol=lf
*.json text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf

*.ps1 text eol=crlf
*.bat text eol=crlf
*.cmd text eol=crlf

*.bin binary
*.pt binary
*.safetensors binary
*.png binary
*.jpg binary
*.jpeg binary
*.zip binary
*.gz binary
