pub fn load_dotenv()Expand description
Best-effort: load BAMBU_* keys from ./.env into the process environment,
without overriding variables already set (so the precedence stays
flags > real env > .env > config). A missing/unreadable file is ignored.
The access code is never logged.