# compiled python files
*.pyc

# Setuptools distribution folder.
/dist/

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

# Build folder
/build

# cache
.cache/*
.pytest_cache/*

# Ipython checkpoints
.ipynb_checkpoints

# Sphinx documentation
docs/_build/

# autosaved python version of index.ipynb
index.py

# virtualenvironment
venv

# vim and gedit autosave files
*.swp
*~
