10 lines
251 B
Text
10 lines
251 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
|
|
tray/.venv/
|