# python generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
*.iml
*.so
*.ipynb

# venv
.ENV
.venv
.vscode/
.vim
.undodir/

# Sphinx documentation
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
# mkdocs documentation
/site
