Initial GSP specification

This commit is contained in:
2026-05-06 18:28:04 +08:00
commit 61b7a9a485
4 changed files with 456 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
# Generated toolkit outputs
.gsp/
# Build outputs
bin/
dist/
build/
*.exe
# Logs
*.log
# OS noise
.DS_Store
Thumbs.db