# 二进制文件
*.exe
*.exe~
*.dll
*.so
*.dylib

# 测试文件
*.test
*.out
/test/
/test*/

# 备份文件
*.bak

# 密码文件
passwd*.txt*
passwd*

# IDE 相关
.idea/
.vscode/
*.swp
*.swo
func.md
OPTIMIZATION.md

# 依赖目录
/vendor/

# 调试文件
debug

# Windows
Thumbs.db
Desktop.ini

# macOS
.DS_Store

# 资源文件 - 嵌入的 7z 需提交，排除通用规则
!resources/7z.exe
!resources/7z.dll


# 配置文件
server/config.json


# 其他
/tools/
/server/
/build.bat
/index.html