**/*.pyc
**/*~
**/\#*
**/\:*
**/*.pyo
**/.idea
**/__pycache__
**/.ipynb_checkpoints
/build
*.egg-info
dist
**/.DS_Store
**/npm-debug.log
**/.cache/
**/node_modules
**/.coverage
tests/latest_images
**/*.log
**/*.bak
tests/nb/reports
tests/nb/latest_images


