committtttt

This commit is contained in:
Dev
2025-09-13 06:48:55 +03:00
commit 2d49f69be6
32 changed files with 6478 additions and 0 deletions

71
.gitignore vendored Normal file
View File

@@ -0,0 +1,71 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
/backend/bin/
/backend/support
# 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 workspace file
go.work
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Log files
*.log
logs/
# Database files
*.db
*.sqlite
*.sqlite3
# Frontend build artifacts
frontend/dist/
frontend/build/
frontend/node_modules/
# Kubernetes secrets
secrets/
*.secret
*.key
*.pem
*.crt
# Temporary files
tmp/
temp/
*.tmp
*.temp
.claude