- Introduced the main entry point `main.go` with basic configuration loading and error handling.
- Added `config` package to handle environment variables, help printing, and default settings.
- Configured required dependencies in `go.mod` and included their checksums in `go.sum`.
- Created `.gitignore` file for common Go development scenarios.