.env- 2021 -

Your .env file is NOT a notebook. It's a vault. Treat it like one.

It's the #1 way developers accidentally expose database passwords, API keys, and cloud secrets.

Developers are lazy (in the best way—we hate repetitive work). The .env- pattern usually emerges from a well-intentioned desire to organize multiple environments without typing long commands.