# 忽略编译输出文件夹
target/

# 忽略 IDEA 配置文件
.idea/
*.iml
*.iws
*.ipr

# 忽略日志
*.log

# 忽略系统文件
.DS_Store