# build data
build
dist
*.egg-info
*.py[cdo]

# local
.vscode
.idea
venv

# test
.pytest_cache
.coverage
htmlcov
