From 764d3e67fc783c487f42d398d1b85a5a1f0d8ef0 Mon Sep 17 00:00:00 2001 From: James O'Doherty Date: Fri, 22 May 2026 10:05:38 -0400 Subject: feat: implement rootless network isolation bootstrap and C launcher --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c3c9fcf..b074b5a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ # Binaries bin/ wg-wrap +**/launcher +**/launcher.bin # Go build artifacts *.exe @@ -14,6 +16,7 @@ wg-wrap coverage.out # OS generated files +.DS_PStore .DS_Store Thumbs.db -- cgit v1.2.3