# 排除可执行文件 *.out *.o # 排除IDE配置文件 .idea/ .vs/ .vscode/ # 排除Trae AI配置文件 .trae/ # 排除编译输出目录 output/ # 排除临时文件 *.tmp *.temp # 排除系统文件 .DS_Store Thumbs.db # 排除竞赛平台配置文件 .cph/ # 排除练习题目相关文件 .exercise/