docs/DEVELOPER-ENVIRONMENT.md
This page explains the project's local .env behavior and how to handle environment files and secrets when developing OmniRoute.
The project may generate a local .env file during npm install / postinstall for developer convenience. This file is intended only for local development and testing and must never be committed to version control.
Key points:
.gitignore already ignores .env* files (see the .gitignore entry). Do not remove or alter that rule unless you deliberately intend to commit a specific example file and have a documented process for it.git filter-repo or an equivalent remediation workflow). Contact the security/contact owner if you need help..env in your local workspace only. Use .env.example (already tracked) to document required variables and acceptable example values.