slight dl-only PoC
This commit is contained in:
26
.gitignore
vendored
26
.gitignore
vendored
@@ -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
|
||||
Reference in New Issue
Block a user