复现已有算法

This commit is contained in:
cloud
2026-07-14 15:43:18 +08:00
parent abebd2a683
commit 50b8111fd9
860 changed files with 182250 additions and 18 deletions
+34 -17
View File
@@ -1,34 +1,51 @@
# ---> C++
# Prerequisites
*.d
# ── 构建产物 ──
build/
build_package/
runtime/
publish/
**/build_codex/
**/build_verify/
**/build_test/
# Compiled Object files
# ── 前端 ──
**/node_modules/
**/dist/
dist/
# ── 第三方库编译产物(源码 drogon_repo / nlohmann 保留入库)──
third_party/drogon/install/
third_party/**/build/
# ── 本地日志 / 临时 ──
.logs/
*.log
logs/
# ── IDE ──
.idea
.vscode
.cmake-build-debug
# ── C++ ──
*.d
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
*.mod
*.smod
# ── Python(辅助脚本)──
**/__pycache__/
*.pyc