ls-plus 0.0.1

Enhanced ls command with modern features - supports both cargo and npm installation
# Rust
/target/
**/*.rs.bk
*.pdb
Cargo.lock

# IDEs
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Application specific
/config/user_config.toml
/logs/
*.log

# Testing
/test_output/
/temp_test_dirs/