chore: initial project structure

This commit is contained in:
2026-05-23 17:57:37 +03:00
commit 551c75a232
13 changed files with 94 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# Binaries
*.exe
*.dll
*.so
*.dylib
*.test
*.out
# Go
vendor/
go.sum
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db