node_modules
dist/
.wrangler/
.dev.vars
.env
*.local
.DS_Store
shopping-run-receipts.json
shopping-run-buyer-receipts.json
x402-census-results.json
.build-check/

# Python bytecode caches (examples:test regenerates these on every gate run)
__pycache__/
*.pyc
.build-check-doors/

# PRIVATE keys, never in the tree. The record-signing keypair for the
# AGNTCY Directory (registry/agntcy/README.md) is generated OUTSIDE this
# repo on purpose — but a stray copy pasted in here would be committed
# by anyone running `git add -A`, and a private key in git history does
# not come back out.
#
# Only the private half is ignored. `*.pem` sat here for an hour and was
# wrong: the PUBLIC half is meant to be committed and served, and a
# blanket rule would have hidden it — the failure where a file is
# missing and nothing says so.
cosign.key
*.key
