.idea
.vscode
.dropbox
.DS_Store
Icon?
Thumbs.db

*.log
node_modules

# Compiled python modules.
*.pyc
*/__pycache__/

# Setuptools distribution folder.
/dist/
/build/
/python/dist/
/python/build/

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
/python/*.egg-info

# Jupyter notebooks
*/.ipynb_checkpoints
