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 = "." }