# Build and scratch artifacts
work/
build/
apk/
dist/

# Toolchain binaries (auto-fetched on demand by toolchain.py)
tools/

# Python bytecode & cache
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/

# OS / Editor files
.DS_Store
Thumbs.db
*.swp
.idea/
.vscode/
