initial commit

This commit is contained in:
Shamil Nunhuck
2025-11-08 10:18:19 +00:00
commit 920a79b2e9
25 changed files with 1523 additions and 0 deletions

41
.gitignore vendored Normal file
View File

@@ -0,0 +1,41 @@
# Binaries and build artifacts
bin/
build/
dist/
out/
tmp/
# Go compiler outputs
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
# Dependency/vendor directories
vendor/
# Coverage and profiling data
coverage.*
*.cov
*.coverprofile
*.pprof
*.prof
profile.out
# Local configs and secrets
.env
.env.*
*.local
*.secret.yaml
# IDE/editor state
.idea/
.vscode/
*.code-workspace
# OS junk
.DS_Store
Thumbs.db