Yes, and no. I have a `.env` file in the root fold...
# general
f
Yes, and no. I have a
.env
file in the root folder and a
tasks/
folder in which I have several Python project which are configured with environment variables. I deploy the PEX files in Amazon ECS in container images, and the environment variables is automatically set in the container in production. But during development I want to rely on an
.env
file.