llm-git 0.1.2

AI-powered git commit message generator using Claude and other LLMs via OpenAI-compatible APIs
Documentation
# Rust
/target
**/*.rs.bk
*.pdb

# Cargo
Cargo.lock

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Local config
.env
.env.local

# Testing
mutants.out*/