chore(misc): 按目录结构设计初始化工程骨架

This commit is contained in:
Lane0218
2025-12-27 14:37:52 +08:00
parent b30c963eb7
commit cf2e6e0b46
46 changed files with 195 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
# 忽略构建产物与中间文件:
# - build/ 等构建目录
# - ANTLR 自动生成文件(若产生在源码树中应忽略)
# - test/test_result/ 等测试输出目录