# virtualenv / local
.venv/
__pycache__/
.DS_Store

# editors / IDE
.vscode/

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