From ac168576ce1f9614f864e868468c046006fd496d Mon Sep 17 00:00:00 2001 From: Travis Herbranson Date: Fri, 22 May 2026 20:22:29 -0400 Subject: [PATCH] chore: remove uv-init leftover stub main.py Untouched `uv init` placeholder (print("Hello from instamesh-docker!")). Not imported, not wired as an entry point, and documented in this repo's own README/CLAUDE.md as leftover scaffolding not on the build path. --- main.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 main.py diff --git a/main.py b/main.py deleted file mode 100644 index 945c01b..0000000 --- a/main.py +++ /dev/null @@ -1,6 +0,0 @@ -def main(): - print("Hello from instamesh-docker!") - - -if __name__ == "__main__": - main()