swactor/.gitignore
Zachery Aaron Shores-Chmielewski 8c36099c8c
Some checks failed
ci/clippy Job 'clippy' failed: command exited with code 101 [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.93.0/index.html#needless_range_loop [stderr] = note: `-D clippy::needless-range-loop` implied by ...
ci/check Job 'check' failed: command exited with code 101 [stderr] | |_^ [stderr] | [stderr] = note: the lang item is first defined in crate `std` (which `ed25519_dalek` depends on) [stderr] = note: first definition in `std` loaded from /home/z...
ci/ci Pipeline 'ci' failure
feat: completed auth MVP
2026-02-16 22:37:29 +07:00

19 lines
No EOL
281 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