*.pyc
__pycache__

# Test artifacts
/.pytest_cache/
/.coverage
/.tox/
/venv/
/.pyre*
/.mypy_cache/

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


/.converters.py
tests/
