Initial working version

This commit is contained in:
2026-05-02 10:18:00 +08:00
commit 5bc65d33ad
14 changed files with 1762 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# Build results
bin/
obj/
# Visual Studio
.vs/
*.suo
*.user
*.userosscache
*.sln.docstates
# Rider
.idea/
# VS Code
.code/
# Rhino plugin output (should be .rhp, not tracked)
*.rhp
*.dll
# OS
Thumbs.db
.DS_Store