secrets — .env, api keys, and what not to commit5 / 9
.env, os.getenv, and the leak recovery you'll do at least once
Cursor wrote a config loader. Fill in the os function on line 4
that reads an environment variable and returns None (or a default)
if it's missing.
Function: os.
⌘↵ runs the editor.
Booting Python…
Output
[promptdojo:~]$ _