# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# pkl dumps of data

*.pkl
!sp500_close.pkl
!sp500_const.pkl
!sp500_changes.pkl
!fx_spot.pkl

**/test.py

docs/_build/
docs/build/
docs/source/_build/
docs/source/**/api/**

# JetBrains / PyCharm
.idea/
*.iml

# local VS Code settings
.vscode/

# testing artifacts
.coverage
