swactor/.gitignore
Zachery Aaron Shores-Chmielewski c6cb88e335 feat: stability for deployment and distribution (#44)
Make distribution and deployment more stable. Consolidate the logic for a generic swactor node.


Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
2026-02-19 14:39:33 +00:00

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/