# development
.idea
__pycache__
drafts/
stub.py
data/
.ipynb_checkpoints/
.gitattributes
build
notebooks/
.coverage*
.vscode/

# tests
.coverage
coverage.xml
htmlcov
tests/*.png

# tutorial files that are not ipynb (saved models)
docs/tutorials/*
!docs/tutorials/*.ipynb

# data
*.gz

# documentations
_build/
generated/
_autosummary/

# packaging
*.egg
eggs/
.eggs
*.egg-info/
wheels/
dist/
build/
