Netra / .gitattributes
chikentikka's picture
basic architecture defined
5fdeef5
Raw
History Blame Contribute Delete
296 Bytes
# Normalize line endings across Mac / Windows checkouts
* text=auto
# OS-specific scripts keep their native endings
*.sh text eol=lf
*.bat text eol=crlf
# Binary assets — never normalize
*.pt binary
*.onnx binary
*.jpg binary
*.png binary
*.pt filter=lfs diff=lfs merge=lfs -text