# Build/packaging
dist/
build/
*.egg-info/
*.egg

# Python
__pycache__/
*.py[cod]
*.pyo

# Example run artifacts
examples/**/output/

# Virtual environments
.venv/
venv/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db
