Make distribution and deployment more stable. Consolidate the logic for a generic swactor node. Co-authored-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com> Co-committed-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
27 lines
No EOL
403 B
Text
27 lines
No EOL
403 B
Text
**/target
|
|
**/node_modules/
|
|
.vscode/
|
|
.venv
|
|
__pycache__
|
|
fuzz/artifacts/**
|
|
corpus
|
|
|
|
# Analysis artifacts (depgraph + spectral)
|
|
**/deps.dot
|
|
**/deps.html
|
|
docs/architecture.dot
|
|
docs/architecture.html
|
|
|
|
# Simulation traces
|
|
crates/simulation/traces
|
|
|
|
# xtask personal config
|
|
xtask/config.toml
|
|
|
|
# Deploy config (machine-specific)
|
|
deploy.toml
|
|
.deploy/*
|
|
!.deploy/deploy.example.toml
|
|
|
|
# Local dev node state
|
|
.dev-node/ |