*.pyc
__pycache__

# Test artifacts
/.pytest_cache/
/.coverage
/.tox/
/venv/

# Packaging litter
/configstore.egg-info
/build/
/dist/
