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