swactor/.gitignore
Zachery Aaron Shores-Chmielewski 0d1b95695d refactor: drop datastore crate, stale specs, and benches
Remove the datastore crate, the top-level design/orchestration/ring specs, the
benches, and the ci config. Add the dashboard host telemetry sampler
(cpu/disk/net/gpu/mem). Localize the pipeline-parallel e2e stub/mock paths.


Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
2026-06-23 19:42:28 +04:00

30 lines
No EOL
436 B
Text

**/target
**/node_modules/
.vscode/
.venv
__pycache__
fuzz/artifacts/**
corpus
.loop/
# Analysis artifacts (depgraph + spectral)
**/deps.dot
**/deps.html
docs/architecture.dot
docs/architecture.html
# xtask personal config
xtask/config.toml
# Deploy config (machine-specific)
deploy.toml
.deploy/*
!.deploy/deploy.example.toml
# Local dev node state
.dev-node/
.dev-cluster/
.sim-cluster/
# vast.ai run logs/artifacts
.vastai-logs/