# Exclude generated docs and dev-only files from the published package
node_modules/
docs/

# Tests and tooling
test.js
jsdoc.json

# Local tooling config
.npmrc

# Lockfile is not required for library consumers
package-lock.json
