# IDE
.idea/

# 后端构建输出
exam-api/target/

# 前端打包输出（Vite build 输出到后端 static 目录）
exam-api/src/main/resources/static/

# 日志
logs/
