# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
/build/
/dist/
/eggs/
/.eggs/
/*.egg-info/
/*.egg

# Unit test / coverage reports
/.tox/

# Sphinx documentation
/docs/_build/

# pbr
/AUTHORS
/ChangeLog
/RELEASENOTES.rst
/releasenotes/notes/reno.cache

# virtualenv
/.venv

# Mypy
/.mypy_cache

# coverage
/.coverage
/htmlcov
