mx 0.1.69

Matrix CLI - Knowledge indexing and task management
# Auto-detect text files and normalize line endings
* text=auto

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

# Scripts
*.sh text eol=lf
*.ps1 text eol=crlf
*.bat text eol=crlf

# Documentation
*.md text eol=lf
*.txt text eol=lf

# Config files
*.json text eol=lf
*.yml text eol=lf
*.yaml text eol=lf

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