builds a network of nodes

This commit is contained in:
geoffsee
2025-06-15 16:01:06 -04:00
parent 6276ee52c2
commit ff956c98da
3 changed files with 187 additions and 0 deletions

28
.dockerignore Normal file
View File

@@ -0,0 +1,28 @@
# Rust build artifacts
/target/
**/*.rs.bk
# Git directory
.git/
.github/
.gitignore
# Editor files
.vscode/
.idea/
*.swp
*.swo
# Node.js files (from packages directory)
node_modules/
npm-debug.log
# Other unnecessary files
*.md
LICENSE
*.log
.DS_Store
# Keep necessary files
!Cargo.toml
!Cargo.lock