/target
/sdk/typescript/dist/
/sandbox-runtime/target
/sandbox-python/target
/sandbox-js/target

# macOS
.DS_Store

# Editor / IDE
.idea/
.vscode/

# Run artifacts and runtime state produced by `chidori run`
# (kept out of source control)
.chidori/runs/
.chidori/wasm-cache/
.chidori/memory/
**/.chidori/runs/
**/.chidori/wasm-cache/
**/.chidori/memory/

# Python build/dist
__pycache__/
*.pyc
*.egg-info/
sdk/python/build/
sdk/python/dist/

# Node
node_modules/

# Secrets / local env
.env
.envrc
.env*.local
.env.local
