add new oi_scraper directory for collecting open interest data and update the main EA to integrate with the scraper functionality
31 lines
247 B
Plaintext
31 lines
247 B
Plaintext
# Python cache
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
|
|
# Virtual environments
|
|
venv/
|
|
env/
|
|
ENV/
|
|
|
|
# Environment variables
|
|
.env
|
|
|
|
# Output files
|
|
*.csv
|
|
*.png
|
|
*.log
|
|
|
|
# Session data
|
|
cookies.json
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db |