feat: initial commit at project root

This commit is contained in:
Hamza-Ayed
2026-05-29 01:06:47 +03:00
commit 87ec54bbd7
22 changed files with 1737 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
# Binaries and build outputs
/voice-call-service
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
# Environment variables containing secrets
.env
.env.local
.env.production
.env.development
# Sandbox isolation caches
.go/
.gocache/
.tmp/
.home/
# IDE and OS settings
.DS_Store
.vscode/
.idea/
# Node.js dependencies
node_modules/
npm-debug.log