How should I upload the NVIDIA DLSS plugin to GitHub?

I have this 5.4 project using NIS and DLSS, downloaded from the NVIDIA oficial page and imported to the project plugins folder, as usual.
When I git push, the project breaks for anyone who is trying to pull it because of a lot of files of both plugins beeing in intermediate and binaries folders, and I got those in the .gitignore file. I’ve tried to simply dont exclude those files but then each times anyone recompiles the project in their computer they get like 250 changes because of the plugin changing windows absolute routes.
I’ve lost hours to this already and can’t find any solution online or recomended aproach. Anyone here have any idea?
Thank you in andvance!