This commit is contained in:
CaiXiang
2025-11-14 16:09:58 +08:00
commit af65c2425d
74 changed files with 14650 additions and 0 deletions

37
.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
# 构建目录
build/
cmake-build-*/
# 编译产物
*.o
*.obj
*.exe
*.out
*.app
*.dll
*.so
*.dylib
*.lib
*.a
# IDE 相关
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# 生成的数据文件
*.csv
*.txt
*.dat
# 可视化图片
*.png
*.jpg
*.pdf
# 临时文件
*.log
*.tmp