slight dl-only PoC

This commit is contained in:
2026-01-21 15:40:40 -05:00
parent 1b9437fea9
commit 9345a941fb
6 changed files with 90 additions and 11 deletions

26
.gitignore vendored
View File

@@ -3,4 +3,28 @@ __pycache__/
.vscode/
.env
.venv/
out/
out/
app_legacy/
# Test binary, built with `go test -c`
*.test
# Code coverage profiles and other test artifacts
*.out
coverage.*
*.coverprofile
profile.cov
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file
go.work
go.work.sum
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib