# 日志和临时文件
logs/
*.log

# IDE 配置
.idea/
.vscode/
*.swp
*.swo

# 测试文件
*_test.go

# Git
.git
.gitignore
