# === Mirrors .gitignore — items below this block are also excluded from
#     the npm tarball. Kept here verbatim so npm pack doesn't fall back to
#     the .gitignore inheritance (silent + surprising). ===
node_modules/
package-lock.json
*.tgz
.env
.env.*
.DS_Store
npm-debug.log*

# === Dev-only content the npm tarball doesn't need ===
# Tests + their harness — Node-RED loads the entry .js, not the test tree.
test/
*.test.js

# Wiki, screenshots, drawio diagrams — useful in the repo, big in the pack.
wiki/

# Local simulation harness + scenario data (dev-only). 870+ KB on disk.
simulations/

# Build/maintenance tooling not used at runtime.
tools/

# Project memory + IDE configs.
.claude/
.codex/
.repo-mem/
CLAUDE.md
CLAUDE.local.md
