# Embedded Node.js tools - runtime dependencies
# These are installed by scripts/embed_node_tools.py
# Run that script before building or testing

*/node_modules/
*/package.json

# eslint-plugin is unbundled (entire dist/ directory)
# All other tools are bundled (single cli.js file)
eslint-plugin/

# Common generated/temp files
*.log
.DS_Store
.npm/
npm-debug.log*
node_modules/.cache/
