.env.sample

A .env.sample file only defines which keys should exist—what you might call the "key contract." For robust applications, you also need a "type contract" that defines what each key's value should look like.

Demystifying .env.sample: The Essential Guide to Secure Environment Management .env.sample