# OS
.DS_Store

# Node
node_modules/
dist/
*.tsbuildinfo

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

# Electron
out/
release/

# Cache runtime (discovery)
.cache/
*.local

# Vendored at publish time only: the catalog lives in devices/ at the root.
/packages/rust/devices/

# Generated build outputs (the device catalog artifact).
/dist/
