init commit

This commit is contained in:
2026-03-31 14:40:03 +03:00
commit 41c8e186ef
37 changed files with 5420 additions and 0 deletions

44
.gitignore vendored Normal file
View File

@@ -0,0 +1,44 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Project Binaries
build/bin/
build/obj/
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
go.work
# Frontend
frontend/node_modules/
frontend/dist/
# Env files
.env
.env.local
.env.*.local
# IDEs and AI Editors
.idea/
.vscode/
*.swp
*.swo
*~
.claude/
# OS Specific
.DS_Store
Thumbs.db
# Logs
*.log