# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.venv/
venv/

# Quorum runtime
quorum-runs/
quorum-config.yaml

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db
.hypothesis/
