# Compiled python modules.
*.pyc
*__pycache__

# Setuptools distribution folder.
/dist/
/build/

# Pycharm project things
/models/
/notebooks/
/data/

# Sphinx build folder
/docs/_build/
/docs/_static/
/docs/_templates
*.png
*.jpg
*.pdf
*.zip
*.gz

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

# dropbox
*.DS_Store

# editor swap and backup files
*~
*.swp
*.idea
