This commit is contained in:
2025-12-15 20:39:50 +08:00
commit c952de8446
201 changed files with 2941 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# 排除可执行文件
*.out
*.o
# 排除IDE配置文件
.idea/
.vs/
.vscode/
# 排除Trae AI配置文件
.trae/
# 排除编译输出目录
output/
# 排除临时文件
*.tmp
*.temp
# 排除系统文件
.DS_Store
Thumbs.db
# 排除竞赛平台配置文件
.cph/