diff --git a/.gitignore b/.gitignore index 61441de..7e0fb18 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,6 @@ __pycache__/ # OS .DS_Store -archive/ \ No newline at end of file + +# Local binaries (never commit; ship.sh writes here) +dist/ \ No newline at end of file diff --git a/dist/tunnel-client b/dist/tunnel-client deleted file mode 100755 index 6d60e55..0000000 Binary files a/dist/tunnel-client and /dev/null differ diff --git a/dist/tunnel-server b/dist/tunnel-server deleted file mode 100755 index 5c6034e..0000000 Binary files a/dist/tunnel-server and /dev/null differ