Dotenv libraries are just for dev and other similar environments. In production you should still use normal environment variables (or whatever system you use to load your configuration), as dotenv files stay on the filesystem and sometimes even committed to your SCM.
haha this is like those domain name search websites that just automatically register the good sounding domain names for themselves once the user types it in.
do you OP! I think it still provides a service, enjoy all the secrets
I thought github had hooks for this kind of thing now? I remember it caught a private key I tried to push to a similar django repo (not for a prod site or anything), and that was about 2 years ago