Github/Gitlab alternative?

Does anyone have recommendations for a privacy-respecting git server?

Something free or paid that lets me create private repos and and some semblance of a guarantee that my data isn’t monetized?

Somehow I doubt there’s an E2EE git hosting option, but I’d love to be proven wrong.

Edit: I should have mentioned, I’m also not looking to self-host anything.

Gitea, every time. Host it on Tor for good measure.
That’s not going to be E2EE but that’s also not how git is designed to work.

Originally posted by me on matrix.

Git servers are mainly for collaboration, if you just have private repos for your own use you could always create a git repo locally, and back it up to any file storage provider, possibly with something like Cryptomator for encryption.