# Git相关 .git .gitignore # Rust构建产物 target/ # IDE相关 .vscode/ .idea/ *.swp *.swo # 系统文件 .DS_Store Thumbs.db # 日志文件 *.log # 临时文件 *.tmp *.temp # 文档 README.md docs/ # 测试文件 tests/ **/*_test.rs # 其他 .env.local .env.production