feat: reggaeton production system with intelligent sample selection and FLP generation
This commit is contained in:
17
.gitattributes
vendored
Normal file
17
.gitattributes
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user