node_modules/
dist/
PLAN.md
# Build output at the repo root only. The @cloudflare/computer
# Artifacts source tree (packages/computer/src/artifacts/) is real,
# tracked code and must not be caught by this rule.
/artifacts/
# Generated shell-module groups for the worker backend's
# ShellWorker (core plus one file per optional feature). Built by
# packages/computer/src/backends/worker-shell/script/build-bundle.mjs on
# prepare / pretest / pretypecheck.
packages/computer/src/backends/worker-shell/generated/
# SEA binary destinations populated at publish time from
# artifacts/computerd/ via the build-bin step. The @cloudflare/computer
# copy lives under dist/bin/, which is already covered by the
# blanket dist/ rule above; listed here for discoverability.
packages/computer-computerd-*/bin/computerd
packages/computer/dist/bin/computerd-*
# Local secrets for `wrangler dev`. Examples document putting
# Cloudflare API credentials in .dev.vars files that wrangler reads
# from the example directory; they must never be committed.
.dev.vars
**/.dev.vars
# Local celld example state.
examples/celld/.celld-s3*/
examples/celld/.celld-state*/