Initial Commit

This commit is contained in:
2026-03-05 21:25:59 +02:00
commit 22b700e241
21 changed files with 1694 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# Binaries
*.exe
*.dll
*.so
*.dylib
*.test
*.out
# Build output
bin/
dist/
# Go workspace files
.coverprofile
# IDE/editor
.vscode/
.idea/
# OS files
.DS_Store
Thumbs.db
# Environment
.env
.env.*