From 2776f1df7af1440971aa844bfd075fa294d20509 Mon Sep 17 00:00:00 2001 From: Travis Herbranson Date: Fri, 22 May 2026 20:37:52 -0400 Subject: [PATCH] chore: remove dead uv-init scaffolding (pyproject/uv.lock/.python-version) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These were the remaining `uv init` residue alongside the already-removed main.py stub — not part of the build/deploy path. Also drops the now-stale 'leftover uv-init artifacts' note from CLAUDE.md since the files are gone. --- .python-version | 1 - CLAUDE.md | 3 --- pyproject.toml | 7 ------- uv.lock | 8 -------- 4 files changed, 19 deletions(-) delete mode 100644 .python-version delete mode 100644 pyproject.toml delete mode 100644 uv.lock diff --git a/.python-version b/.python-version deleted file mode 100644 index e4fba21..0000000 --- a/.python-version +++ /dev/null @@ -1 +0,0 @@ -3.12 diff --git a/CLAUDE.md b/CLAUDE.md index e7295db..6d0c4cc 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -21,9 +21,6 @@ instamesh-docker/ compose.yml # GPU compose, named volume for model cache, port 43839 requirements.txt # InstantMesh's pip deps, kept here so the Dockerfile # can ADD them without changing the upstream tree - main.py, pyproject.toml, uv.lock, .python-version - # leftover uv scaffolding from initial repo init; - # NOT part of the build path. Don't extend these. README.md CLAUDE.md ``` diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index 312b597..0000000 --- a/pyproject.toml +++ /dev/null @@ -1,7 +0,0 @@ -[project] -name = "instamesh-docker" -version = "0.1.0" -description = "Add your description here" -readme = "README.md" -requires-python = ">=3.12" -dependencies = [] diff --git a/uv.lock b/uv.lock deleted file mode 100644 index d33849e..0000000 --- a/uv.lock +++ /dev/null @@ -1,8 +0,0 @@ -version = 1 -revision = 3 -requires-python = ">=3.12" - -[[package]] -name = "instamesh-docker" -version = "0.1.0" -source = { virtual = "." }