Hi, guys! This is my first time using PythonAnywhere so have some doubts!
I have to run a single task every morning for which I have exactly two files, which I originally wrote in VSCode:
.env (this contains all the sensitive information)
main.py (main task is in this)
My question is: I know I have to upload my .env file for the main.py to reference and run. But this .env file contains sensitive company information as well. Would be great to have some more information regarding the privacy and safety for these cases! I don't want to take a chance with sensitive information. So far, I have running this file locally everyday so there was no concern. However, this task has been scaled up significantly so needed automation!