# build product
dist/
build/
*.egg-info/

# Python cache
__pycache__/
*.py[cod]

# environment 
.env
venv/
