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

# Pipenv
Pipfile.lock

.idea/
atlassian-ide-plugin.xml
/.pytest_cache/

/.mypy_cache/
