First Commit

This commit is contained in:
2025-08-21 20:56:38 -04:00
commit 9502d1b1be
29 changed files with 1667 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# Go build artifacts
/bin/
/dist/
/out/
/coverage.txt
*.test
# IDE/editor
.vscode/
.idea/
*.swp
*.swo
# OS junk
.DS_Store
Thumbs.db
# Docker
data/
*.log
*.tmp
# Env/config overrides
shard.yaml
.env