# Auto detect text files and normalize to LF in repo
* text=auto eol=lf

# Source code
*.cpp text eol=lf
*.h text eol=lf
*.hpp text eol=lf
*.py text eol=lf
*.pyi text eol=lf

# Config/build files
*.yml text eol=lf
*.yaml text eol=lf
*.json text eol=lf
*.toml text eol=lf
*.cmake text eol=lf
*.txt text eol=lf
*.md text eol=lf
*.rst text eol=lf
CMakeLists.txt text eol=lf

# Shell scripts
*.sh text eol=lf

# Windows scripts (keep CRLF)
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf

# Binary files
*.png binary
*.jpg binary
*.ico binary
*.whl binary
