__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.tox/
.cache/
.coverage*
coverage.xml
htmlcov/
.pytest_cache/
.idea/
_version.py

# pytest
report.xml

# lockfiles
Pipfile.lock

# IDE
.vscode/

# backups
*.bak
