# Java编译输出 out/ *.class # IDE文件 .idea/ *.iml .vscode/ # 生成的输出文件 output/ *.jar # 系统文件 .DS_Store Thumbs.db # 临时文件 *.tmp *.log # 用户特定文件 *.local