# python environment
/.venv

# asdf tool version info
.tool-versions

# build artifact
/dist

# pytest coverage database
.coverage

# python cache
__pycache__
