swactor/.gitignore
Zachery Aaron Shores-Chmielewski 1152e32e16 feat: cluster test improvements; datastore pools (#45)
Co-authored-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
Co-committed-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
2026-02-20 17:30:37 +00:00

29 lines
No EOL
431 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/
.dev-cluster/
.sim-cluster/