.cache
.coverage*
*.egg-info
build
dist
*.pyc

# testing files

.idea/vcs.xml
tests/__pycache__/
.pytest_cache/

htmlcov
.idea
.tox
.eggs

Pipfile
Pipfile.lock

# pyenv local versions file
/.python-version

