first commit

This commit is contained in:
2026-05-22 00:26:27 +03:00
commit c9d6d38491
17 changed files with 2311 additions and 0 deletions

70
gitignore.txt Normal file
View File

@@ -0,0 +1,70 @@
### **.gitignore**
```gitignore
# Binaries
fush
fush.exe
fush-*
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
# Go workspace files
*.mod
*.sum
go.work
go.work.sum
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Build artifacts
/dist/
/bin/
/build/
/tmp/
# Logs and data
*.log
*.pid
*.seed
*.pid.lock
*.history
# Configuration (user-specific)
.env
.env.local
.env.*.local
# Fush specific
.cache/
.local/
.config/
history
fush.log
# Test coverage
*.cover
*.coverprofile
coverage.html
coverage.out
# Debug
__debug_bin
debug
*.dwp
# OS generated
Thumbs.db
ehthumbs.db
Desktop.ini