# Python
__pycache__/
*.pyc

# Temporary / scratch
.tmp
*.tmp

# Build output directories
/work/
/out/
build/

# Python virtualenv
.venv/

# Build artifacts
*.iso
*.tar.gz
