first commit

This commit is contained in:
Blake Ridgway
2026-04-24 19:29:37 -05:00
commit 0c1547e0d5
3 changed files with 231 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# Build output
bin/
dist/
# Go
*.exe
*.test
*.out
vendor/
# Config (may contain secrets)
config.yaml
config.local.yaml
.env
# OS
.DS_Store
Thumbs.db
# Editor
.vscode/
.idea/
*.swp