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>
32 lines
311 B
Plaintext
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
|