In this `v0.1.5` release, significant updates have been made to increase efficiency and ease the build process of the project:
1. **Configuration**: The unnecessary `os` import was removed from `config.py`, streamlining the configuration process of the project.
2. **.gitignore**: To keep our repository clean, `.gitignore` was updated to ignore new files and directories generated during the project's build process.
3. **GitHub Actions Workflow**: To automatically maintain adherence to coding standards and best practices, the command in the GitHub Actions workflow was updated to include a `--fix` argument. This allows our linter to automatically fix common issues.
4. **Package Version Increase**: To mark our progress and ensure proper version tracking, the version in `setup.py` has been increased to `0.1.5`.