Initial commit

This commit is contained in:
nemunaire 2025-10-15 14:49:34 +07:00
commit ce32953c25
5 changed files with 770 additions and 0 deletions

23
.gitignore vendored Normal file
View file

@ -0,0 +1,23 @@
# Binaries
/happydeliver
cmd/happyDeliver/happyDeliver
# Dependency directories
vendor/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Environment files
.env
.env.local
*.local
# Database files
*.db
*.sqlite
*.sqlite3