dotenv.load_dotenv()
https://saurabh-kumar.com/python-dotenv/reference/#dotenv.load_dotenv
#python-dotenv
https://github.com/theskumar/python-dotenv/blob/v1.1.1/src/dotenv/main.py#L327
override=False(デフォルト値)
DotEnv.set_as_environment_variables()
https://github.com/theskumar/python-dotenv/blob/v1.1.1/src/dotenv/main.py#L89
os.environ
を編集する
find_dotenv()で再帰的に上方向に.envを探す
https://saurabh-kumar.com/python-dotenv/reference/#dotenv.find_dotenv