This commit is contained in:
Dev
2025-09-13 01:48:31 +03:00
commit b94789993d
7 changed files with 597 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
# Binaries
/fo
*.exe
*.dll
*.so
*.dylib
# Build
/build/
/dist/
# Go stuff
vendor/
*.test
# IDEs
.vscode/
.idea/
*.iml