diff --git a/.env b/.env index ac34252..6ede385 100644 --- a/.env +++ b/.env @@ -1,6 +1,6 @@ -EMAIL_SENDER=your_email@gmail.com -EMAIL_RECIPIENT=recipient@example.com -EMAIL_PASSWORD=your_app_password +EMAIL_SENDER=christopher.olson@gmail.com +EMAIL_RECIPIENT=christopher.olson@gmail.com +EMAIL_PASSWORD=yudl scvy zjkz xngl SMTP_SERVER=smtp.gmail.com SMTP_PORT=587 -SEC_API_KEY=your_sec_api_key +SEC_API_KEY=dc1e267efe71c9e78238aa5544a6f201fc92e7f5a6e612dd4caf583c06cc636c diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..117493f --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Environment files +.env +.env.local +.env.development +.env.test +.env.production diff --git a/HedgeAnalyzer.py b/HedgeAnalyzer.py old mode 100644 new mode 100755