initial commit

This commit is contained in:
2026-06-08 01:14:26 +05:00
commit 30724de4d8
19 changed files with 781 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# build results
bin/
obj/
# IDE files
.vs/
.vshistory/
.editorconfig
*.user
*.vcxproj.filters
# other files
.old*/
old/
tmp/
temp/
*.tmp
*.temp
logs/
log/
*.log
/mono/
/dotnet-runtime/