Very barebones, untrustworthy, barely reviewed auth layer. LGTM. Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
19 lines
No EOL
281 B
Text
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 |