Implement transport abstraction (TCP/iroh), announce and routing table, multi-hop mesh router, truncated-address link layer, and LoRa mock medium with fragmentation plus EU868-style duty-cycle accounting. Add mesh_lora_relay_demo and scripts/mesh-demo.sh. Relax CBOR vs JSON size assertion to match fixed-size cryptographic overhead. Extend .gitignore for nested targets and node_modules. Made-with: Cursor
30 lines
405 B
Plaintext
30 lines
405 B
Plaintext
/target
|
|
**/target/
|
|
node_modules/
|
|
**/*.rs.bk
|
|
.vscode/
|
|
gitea-mcp.json
|
|
docs/book/
|
|
|
|
# Server/client runtime data — do not commit certs, keys, or DBs
|
|
data/
|
|
*.der
|
|
*.pem
|
|
*.db
|
|
*.bin
|
|
*.ks
|
|
*.session
|
|
*.convdb
|
|
*.convdb-shm
|
|
*.convdb-wal
|
|
*.pending.ks
|
|
qpc-server.toml
|
|
|
|
# Internal planning docs (not for public distribution)
|
|
docs/internal/
|
|
|
|
# AI development workflow files
|
|
CLAUDE.md
|
|
master-prompt.md
|
|
scripts/ai_team.py
|