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.
This commit is contained in:
Travis Herbranson 2026-05-22 20:22:29 -04:00
parent 92ca7253c7
commit ac168576ce

View File

@ -1,6 +0,0 @@
def main():
print("Hello from instamesh-docker!")
if __name__ == "__main__":
main()