Add actor-owned contextual process provisioning, descriptor bootstrap, scoped namespace operations, Python bindings, Myelin orchestration, and adversarial end-to-end coverage. Remove the superseded job runner, pipeline APIs, images, entrypoints, and specifications.
44 lines
802 B
Text
44 lines
802 B
Text
*
|
|
!Cargo.toml
|
|
!Cargo.lock
|
|
!rust-toolchain.toml
|
|
!clippy.toml
|
|
!.cargo/
|
|
!.cargo/**
|
|
!src/
|
|
!src/**
|
|
!crates/
|
|
!crates/**
|
|
!apps/myelin/Cargo.toml
|
|
!apps/myelin/src/
|
|
!apps/myelin/src/**
|
|
!xtask/
|
|
!xtask/**
|
|
!tools/
|
|
!tools/**
|
|
!apps/
|
|
!apps/myelin/
|
|
!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/debug/
|
|
target/debug/*
|
|
crates/bindings/python/.venv/
|
|
crates/bindings/python/.venv/**
|
|
crates/**/.pytest_cache/
|
|
crates/**/.pytest_cache/**
|
|
crates/**/__pycache__/
|
|
crates/**/__pycache__/**
|
|
crates/**/target/
|
|
crates/**/target/**
|
|
**/.venv
|
|
**/.venv/**
|
|
!target/debug/myelin-worker
|