# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
*.egg
workbench/_version.py
.coverage

# Virtual environments
.venv/

# Workbench runtime
.workbench/

# OS
.DS_Store

# IDE
.idea/
.vscode/
*.swp
