18 lines
277 B
Plaintext
18 lines
277 B
Plaintext
# Normalize line endings to LF in the repo, checkout as-is on Windows
|
|
* text=auto eol=lf
|
|
|
|
# Python
|
|
*.py text eol=lf
|
|
|
|
# Batch files need CRLF on Windows
|
|
*.bat text eol=crlf
|
|
|
|
# Binaries
|
|
*.flp binary
|
|
*.wav binary
|
|
*.mp3 binary
|
|
*.bin binary
|
|
*.npy binary
|
|
*.faiss binary
|
|
*.pkl binary
|