# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/

# Robot Framework artifacts
output.xml
log.html
report.html

# Workspace-builder / runwhen-local rendered output
output/
.cnb-cache/
.rwl-cache/

# Editors / OS
.DS_Store
.vscode/
.idea/
*.swp

# Local secrets or scratch
*.local
*.local.yaml
