tmp/
docs/
TODO.md
.DS_Store
__pycache__/
.pytest_cache/
# Ignore all .ipynb and .pyfiles
/*.ipynb
**/*.ipynb
/*.py
**/*.py

# Do not ignore .ipynb and .py files in these directories
!examples/**/*.ipynb
!notebooks/**/*.ipynb
!users/**/*.ipynb
!examples/**/*.py
!notebooks/**/*.py
!users/**/*.py
!fundata/**/*.py
!tests/**/*.py

# Ignore all .ipynb_checkpoints directories
.ipynb_checkpoints/

# Ignore all customer data spilled to disk
data/*
!data/.gitkeep

