Hi, super cool project
I was surprised to see the repo is ~2.3gib checked out
After some analysis I found this was from all the released .zipfiles over the project's life. approx 27 zip files * ~75MB average
I did a git clone --depth=1 https://github.com/philippe44/AirConnect so my local checkout is much smaller, but others will run into this too
I'd be happy to help setup some GitHub automation that builds releases/artifacts instead of committing into the repo. cleaning up the repo is a bit of a pain but possible too, but IIRC will break existing checkouts
Thanks!