init repo

This commit is contained in:
Sun-ZhenXing
2025-12-18 23:28:42 +08:00
commit 9b1173edaa
16 changed files with 5366 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
# Local
.DS_Store
*.local
*.log*
# Dist
node_modules
dist/
doc_build/
# IDE
.vscode/*
!.vscode/extensions.json
.idea