# 编译的二进制文件
sysmonitord          # 主程序
test                 # 测试程序

# 构建目录
bin/
build/
dist/
output/

# Go特定文件
*.exe
*.test
*.out
*.prof

# 依赖
vendor/

# 开发环境
.vscode/
.idea/
*.code-workspace

# 临时文件
tmp/
*.tmp
*.log

# 配置文件（不提交个人配置）
config.local.yaml
.env
.env.local

# 系统文件
.DS_Store

# 需求文件
todo.txt

# 测试文件
test/

# 编译文件
sysmonitord
fixroad.md
.claude/plugins.json
