The generater proto python files used in the protobuf wrapper of this library shouldn't be committed to this codebase because they are auto-generater from the .proto files included in the repo.
Figure out how these can be removed and remove them.
- They should be generated using the task included in
tasks.py before running the tests on the CI
- They should be packages along with the built wheel when built for distribution
The generater proto python files used in the protobuf wrapper of this library shouldn't be committed to this codebase because they are auto-generater from the
.protofiles included in the repo.Figure out how these can be removed and remove them.
tasks.pybefore running the tests on the CI