This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Rust编译产物
target/
**/*.rs.bk
*.pdb
# Cargo lock文件(库项目通常不提交)
# Cargo.lock
# IDE配置
.vscode/
.idea/
*.swp
*.swo
*~
# 操作系统文件
.DS_Store
Thumbs.db
# 测试覆盖率
*.profraw
*.profdata
# 备份文件
*.tar.gz
*.zip
*.bak
# 日志文件
*.log
.env