Files
dstalk/.gitignore
XiuChengWu 330cd686db Complete build wiring and CLI file commands
Align documented commands with the CLI, enable optional GUI/test targets, and remove committed API secrets so the project is safer to build and run.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-25 20:43:53 +08:00

32 lines
311 B
Plaintext

build/
build_test/
.cache/
.claude/
*.exe
*.dll
*.lib
*.so
*.dylib
*.obj
*.o
*.pdb
*.ilk
*.exp
# Conan cache / generated
deps/.conan/
# tools/ 中的便携工具 (由 setup.bat 下载,不提交)
tools/cmake/
tools/ninja/
tools/llvm/
tools/conan2/
# IDE
.vs/
.vscode/
.idea/
*.user
config.toml
*.local.toml