# Deploy-Exclusion Guard (Lane 1): keep runtime/local state and
# legacy persona surfaces out of every docker build context.
.git
node_modules

# OMK / Kimi local runtime + persona surfaces (never bake into an image)
.kimi/
.omk/
.pi/
.omx/

# Persona stack filenames anywhere in the build context
**/[Ss][Oo][Uu][Ll].md
**/[Jj][Aa][Ii][Ll][Bb][Rr][Ee][Aa][Kk].md
**/unrestricted-orchestrator.yaml
**/persona-manifest.json

# Build caches / outputs not needed in image context
dist/
coverage/
.nyc_output/
*.log
