NEXUS-1: Initial commit of Nexus

This commit is contained in:
Blake Ridgway
2026-07-14 05:53:25 -05:00
commit 16fe2bf928
22 changed files with 1739 additions and 0 deletions

43
.gitignore vendored Normal file
View File

@@ -0,0 +1,43 @@
# Build output
bin/
# Go
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
# Test coverage
coverage.out
coverage.html
# Dependency directories
vendor/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.local
.env.*.local
# Go workspace
go.work
go.work.sum
# Temporary files
tmp/
temp/