# Auto detect text files and perform LF normalization
* text=auto

# Source code
*.py text eol=lf
*.sh text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.json text eol=lf
*.yml text eol=lf
*.yaml text eol=lf

# Git LFS - Track large files
*.db filter=lfs diff=lfs merge=lfs -text
*.sqlite filter=lfs diff=lfs merge=lfs -text
*.sqlite3 filter=lfs diff=lfs merge=lfs -text

# Large JSON files (if you decide to commit them)
curated_advanced_prompts*.json filter=lfs diff=lfs merge=lfs -text

# Binary files
*.pkl binary
*.pickle binary
*.npy binary
*.npz binary
*.pt binary
*.pth binary
*.h5 binary
*.hdf5 binary
