# Rust 编译输出目录
/target/

# 编译产生的中间文件
**/*.rs.bk

# IDE / 编辑器配置
.vscode/
.idea/
/Cargo.lock
# macOS 系统文件
.DS_Store

# 其他临时文件
*.log
*.tmp