I would say try to avoid including those generated files because as you said it can lead to bloat and if you want to share the built application, consider using github releases instead of including them in the main codebase. However, make sure to document the build process in your project’s README or a separate documentation file. This way, new users will know how to build the application without needing the pre-built binaries.