# 前端构建产物（Vite outDir 指向根目录 dist，由 Go 提供静态服务）
/dist/

# Go 编译产物
/rill
*.exe
*.test
*.out
/vendor/

# 系统文件
.DS_Store
._*

# 编辑器
.idea/
