# Build output
*.node
target/
node_modules/

# Test coverage
coverage/
.nyc_output/

# IDE
.vscode/
.idea/

# Logs
*.log
npm-debug.log*
**__screenshots__**

# Per-platform stub package READMEs are committed; their .node binaries are not.
npm/*/*.node

# NOTE: dist/index.js, dist/index.d.ts, and wrapper files are intentionally
# COMMITTED so the package is consumable directly from the git repo without
# first running `napi build`. Do not add them (or dist/) to this file.

