# 操作系统
.DS_Store
Thumbs.db
Desktop.ini

# 编辑器
.idea/
.fleet/
.vs/
.vscode/
.zed/
*.swp
*.swo

# 二进制文件
hxclaw
hxclaw.exe
*.exe
*.bin

# hxclaw specific
bin/
.hxclaw_history
*.db
*.db-journal

# Go
*.test
*.out
vendor/

# 临时文件
*.tmp
*.log