# Python 3 bytecode
__pycache__

# virtual environment
/.venv

# testing
/.coverage
/.pytest_cache

# distribution artifacts
/dist
