net-tools/.gitignore
Natalie 1bd8f0f8b9 feat(infra-net): reconcile project .infra.yaml against mesh-hosts.json
New bin/infra-net walks every project .infra.yaml (convention:infra_manifest),
validates schema + host∈mesh-hosts (alias-aware) + port collisions, prints the
live infra-net and writes data/infra-net.json (gitignored, non-destructive — does
not touch the services map). Caught prospector's stale host name on first run.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-29 10:10:51 -04:00

12 lines
291 B
Text

# Secrets live outside this repo (see wireguard-vpn-tray ~/.wireguard/)
*.key
wg*.conf
.env
__pycache__/
*.pyc
# Volatile discovered state (current LAN IPs) — written by the daemon, not source.
data/lan-state.json
data/agent-status.json
data/.tray-disabled
tray/.venv/
data/infra-net.json