From 1791b59986f4a008fab19a64a53c35934ebbf528 Mon Sep 17 00:00:00 2001 From: Travis Herbranson Date: Fri, 22 May 2026 20:37:54 -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 README.md since the files are gone. --- .python-version | 1 - README.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/README.md b/README.md index 52ee135..7bd762d 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,3 @@ state you're running: - **Don't commit `.env`.** Contains real PBS integration credentials (Portainer API key, Google Chat webhook, healer webhook). The `.gitignore` already excludes it; keep it that way. -- The repo also contains some leftover uv-init artifacts (`main.py`, - `pyproject.toml`, `uv.lock`, `.python-version`). These are not part - of the deployment. diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index c70289c..0000000 --- a/pyproject.toml +++ /dev/null @@ -1,7 +0,0 @@ -[project] -name = "n8n" -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 59cdd42..0000000 --- a/uv.lock +++ /dev/null @@ -1,8 +0,0 @@ -version = 1 -revision = 3 -requires-python = ">=3.12" - -[[package]] -name = "n8n" -version = "0.1.0" -source = { virtual = "." }