From 39fe9bc40cf547a9a1a26a1241ee6ede48ef76e5 Mon Sep 17 00:00:00 2001 From: Leopere Date: Sun, 8 Feb 2026 18:27:03 -0500 Subject: [PATCH] Add docker-compose.override.yml to gitignore Local dev override mounts real SSH keys for testing the tunnel server and client without needing Swarm secrets. Co-authored-by: Cursor --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f7d7761..484d883 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,8 @@ # Keys (never commit secrets) keys/ +# Local dev override (mounts real SSH keys) +docker-compose.override.yml + # OS .DS_Store