# Auto-detect text files and normalize line endings
* text=auto

# Rust source files
*.rs text eol=lf
*.toml text eol=lf

# Shell scripts
*.sh text eol=lf

# Documentation
*.md text eol=lf

# Lock file - don't diff
Cargo.lock binary
