# vscode
.vscode

# virtual environment
venv*
.venv*

# __pycache__
__pycache__

# egg-info
*.egg-info

# data
data

.pytest_cache/

# build
build/
dist/
