.idea
__pycache__
*.pyc

# coverage reports
coverage.xml
.coverage
test-results

# autogenerated artifacts from Sphinx documentation
docs/source/apidoc
docs/build

# pytest caches
.pytest_cache/

# development eggs
*.egg-info/*
.eggs
dist

# Keeping Pipfile.lock out of version control as multiple versions of Python are being targeted
Pipfile.lock

