# compiled files
__pycache__/

# packaging
/build/
/dist/

# unit tests / coverage
/.cache/
/.pytest_cache/

# Sphinx documentation
/docs/_build/

# Read the Docs
/envs/
/checkouts/

# IDEs
/.idea/
