## Editors ##
# PyCharm
.idea

# ST3
*.sublime-project
*.sublime-workspace

## temporary files and folders ##
temp
tmp

## Build directories ##
docs/_build
docs/_static
docs/_templates

## Venv ##
.python-version
.venv/

## setup.py generated files ##
MANIFEST

## Python files to ignore ##
*.py[cod]

## Packaging ##
.egg/
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
.pypirc

## Unit test / coverage reports ##
.coveralls.yml
.coverage
.hypothesis
.tox
.nox
.pytest_cache
htmlcov

## Jupyter
*.ipynb_checkpoints
