# macOS
.DS_Store
**/.DS_Store

# scafld
.ai/

# dependencies
node_modules/

# build output (root and any nested package)
dist/*
**/dist/*
!dist/packets/
!**/dist/packets/
!dist/packets/*.schema.json
!**/dist/packets/*.schema.json
.build/
coverage/
.sourcey/
.turbo/
*.tsbuildinfo
target/
**/target/
target-*/
**/target-*/
__pycache__/
*.py[cod]
build/
!fixtures/tool-catalogs/build/
!fixtures/tool-catalogs/build/**
!tools/sourcey/build/
!tools/sourcey/build/**
*.egg-info/
*.egg
.eggs/
packages/cli/*.tgz

# environment
.env
.env.*
!.env.example

# local runx state
.runx/
/knowledge/
/runx-receipts/
/runx-output/
runx-answers.json

# scafld local state
.scafld/

# local harness-sweep scratch output
.runx-tmp/
tmp/

# package-local runtime evidence and debug output
skills/**/fixtures/receipt-store/
!skills/refund/fixtures/receipt-store/
!skills/refund/fixtures/receipt-store/*.json
skills/**/*-debug.json
