# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.eggs/

# venvs
.venv/
venv/
*-venv/

# OS / editor
.DS_Store
.idea/
.vscode/
