Chocolatey reviewer flcdrg (David) requested two changes:
- Remove unnecessary
.ignore file creation for non-exe files (Chocolatey only shims .exe files)
- Remove the custom uninstall script (Chocolatey handles zip package cleanup natively via
Install-ChocolateyZipPackage)
These changes simplify the packaging and align with Chocolatey best practices.