Features
This release introduces the basic functionality of **Gultron**, an AI-powered Git commit message generator. The key highlights of this release are:
- **CLI Interface**: A command-line interface for generating Git commit messages based on repository changes.
- **.gitignore**: Added a `.gitignore` file to manage temporary and unnecessary files, ensuring cleaner project structure.
- **README Documentation**: A basic README file is included to guide users through installation, usage, and contributing to the project.
- **Build Script**: A `build.sh` script has been provided to create a self-contained executable for easier distribution and deployment.
- **Core Project Structure**: The foundational project structure is established, including the initial implementation of commit message generation.