# 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/**
*.egg-info/
*.egg
.eggs/
packages/cli/*.tgz
packages/cli/skills/
packages/cli/tools/

# 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/
