Environment Variables
.envmust always be gitignored;.env.exampleshould not.
A good utility library for both defining and validating Environment variables is T3 Env.
We suggest to use it instead of creating a custom solution. T3 env is framework agnostic.