added gitignore structure

This commit is contained in:
2025-09-21 08:43:03 -04:00
parent c8771c0683
commit 27e9112592
3 changed files with 10 additions and 4 deletions

8
.env
View File

@@ -1,6 +1,6 @@
EMAIL_SENDER=your_email@gmail.com EMAIL_SENDER=christopher.olson@gmail.com
EMAIL_RECIPIENT=recipient@example.com EMAIL_RECIPIENT=christopher.olson@gmail.com
EMAIL_PASSWORD=your_app_password EMAIL_PASSWORD=yudl scvy zjkz xngl
SMTP_SERVER=smtp.gmail.com SMTP_SERVER=smtp.gmail.com
SMTP_PORT=587 SMTP_PORT=587
SEC_API_KEY=your_sec_api_key SEC_API_KEY=dc1e267efe71c9e78238aa5544a6f201fc92e7f5a6e612dd4caf583c06cc636c

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
# Environment files
.env
.env.local
.env.development
.env.test
.env.production

0
HedgeAnalyzer.py Normal file → Executable file
View File