chore: remove dead uv-init scaffolding (pyproject/uv.lock/.python-version)

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.
This commit is contained in:
Travis Herbranson 2026-05-22 20:37:53 -04:00
parent ef967884d0
commit 20ab511fe1
4 changed files with 0 additions and 19 deletions

View File

@ -1 +0,0 @@
3.12

View File

@ -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.

View File

@ -1,7 +0,0 @@
[project]
name = "cloudflared"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = []

8
uv.lock generated
View File

@ -1,8 +0,0 @@
version = 1
revision = 3
requires-python = ">=3.12"
[[package]]
name = "cloudflared"
version = "0.1.0"
source = { virtual = "." }