AUTOENV_ENV_FILENAME: Name of the .env file; defaults to .env
# direnv
load_dotenv
If set to true, also look for and load .env files on top of the .envrc files. If both .envrc and .env files exist, the .envrc will always be chosen first.
Couldn't find anything to disable loading the .envrc file.