swactor/.dockerignore
Zachery Aaron Shores-Chmielewski f67dcbbec1 feat(myelin): replace chat app with fleet daemon
Replace the single-purpose chat runtime with a persistent fleet daemon that provisions, adopts, and controls nodes through the dashboard.

Add distributed job-runner actors and provider-backed deployment so jobs can materialize workspaces, execute remotely, and return outputs over iroh.
2026-08-18 14:23:07 +04:00

19 lines
473 B
Text

*
!apps/
!apps/myelin/node-image/
!apps/myelin/node-image/**
!target/
target/*
!target/release/
target/release/*
!target/release/myelin-worker
!target/x86_64-unknown-linux-musl/
target/x86_64-unknown-linux-musl/*
!target/x86_64-unknown-linux-musl/release/
target/x86_64-unknown-linux-musl/release/*
!target/x86_64-unknown-linux-musl/release/myelin-job-worker
!.deploy-notes/
!.deploy-notes/job_worker_entrypoint.sh
!target/debug/
target/debug/*
!target/debug/myelin-worker