feat: Phase 1 — config, auth, OAuth2 PKCE, CLI scaffold, token store

This commit is contained in:
GoCalGoo
2026-04-01 21:25:49 +02:00
parent 514372fa6b
commit 10db895ada
14 changed files with 977 additions and 29 deletions

36
.gitignore vendored
View File

@@ -1,27 +1,21 @@
# ---> Go
# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Binary
gocalgoo
gocalgoo.exe
# Test binary, built with `go test -c`
# Go
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
vendor/
# Dependency directories (remove the comment below to include it)
# vendor/
# Config with credentials (never commit)
configs/credentials.json
# Go workspace file
go.work
go.work.sum
# env file
.env
# Editor
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db