# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
*.log

# TypeScript / Node
node_modules/
dist/
*.js.map
.tsbuildinfo

# Output files from sp500 script
python/sp500_*.csv
python/*.csv

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# API keys / secrets
.env
.env.local
*.key
secrets.json

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Coverage
coverage/
lcov.info
