.env.dist.local: [work]
In your CI (GitHub Actions, GitLab CI, Jenkins), you don't want .env.dist.local to be used because CI should mimic production.
: It allows for overrides that apply only to a specific machine while still following the structure of the distribution file. Version Control Safety : Like other files, it is typically added to .gitignore .env.dist.local