aigitcommit 1.7.1

A simple git commit message generator by OpenAI compaction model.
Documentation
# Rust build artifacts
**/*.rs.bk
*.pdb

# Docker specific
Dockerfile*
docker-compose*
.docker/

# Git and version control
.git*

# Documentation
/docs

# Test artifacts
**/*test-*
**/*Test*

# Editor configs
.editorconfig

/target
/.idea
*~
Thumbs.db
.DS*
/.vscode/*.log
.*~