# 忽略 target 目录（构建产物）
../../zkhj-roadside-user-service/target/

# 忽略 IDE 配置
.idea/
*.iml
.vscode/

# 忽略日志文件
*.log
logs/

# 忽略临时文件
*.tmp
*.bak
