.env.dist.local

You can then create a .env.local file based on this template:

This reduces cognitive load: "Just copy .env.dist.local to .env.local and everything works." .env.dist.local

# ========================================== # .env.dist.local - Local Development Template # ========================================== # Copy this file to .env.local and replace values with your own. # Do not commit .env.local to version control (keep secrets local). # ========================================== You can then create a