added gitignore structure
This commit is contained in:
8
.env
8
.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
|
||||
|
||||
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
# Environment files
|
||||
.env
|
||||
.env.local
|
||||
.env.development
|
||||
.env.test
|
||||
.env.production
|
||||
0
HedgeAnalyzer.py
Normal file → Executable file
0
HedgeAnalyzer.py
Normal file → Executable file
Reference in New Issue
Block a user