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 9fd24fe..9430948 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,3 @@ gotcha when targeting `:80`. approach). - **`:latest` image tag.** No pinning. If a connector upgrade breaks ingress, pin to the last-known-good tag and re-deploy. -- 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 06ff2a8..0000000 --- a/pyproject.toml +++ /dev/null @@ -1,7 +0,0 @@ -[project] -name = "cloudflared" -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 92b3049..0000000 --- a/uv.lock +++ /dev/null @@ -1,8 +0,0 @@ -version = 1 -revision = 3 -requires-python = ">=3.12" - -[[package]] -name = "cloudflared" -version = "0.1.0" -source = { virtual = "." }