Loads environment variables from .env files.
Walks up from a starting directory to find the nearest .env file
and sets variables that aren't already present in the environment.
Examples
# Load from nearest .env, only once per VM
PtcRunner.Dotenv.load()