This commit is contained in:
Dev
2025-09-13 02:47:20 +03:00
commit 67b170415b
16 changed files with 2187 additions and 0 deletions

55
.gitignore vendored Normal file
View File

@@ -0,0 +1,55 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
fastestmirror
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
coverage.html
# Go workspace file
go.work
# Dependency directories (remove the comment below to include it)
# vendor/
# Build and distribution directories
dist/
build/
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
*.log
# Temporary files
tmp/
temp/
# Configuration files (if containing sensitive data)
config/local.yaml
.env
# Backup files
*.bak
*.backup