Greetings! I trust everyone is in good spirits. My dilemma lies in the fact that I am hesitant to include email and passwords in version control. I am considering using environment variables in my cypress tests and utilizing secrets for runtime value provision. However, I am uncertain about how to establish this structure when running tests on my local machine. How can I input values for these environmental variables locally? Your insights are greatly appreciated. Thank you in advance!