# 忽略构建产物 build/ *.exe *.exe~ *.dll *.so *.dylib # 忽略开发文件 .git/ .gitignore .vscode/ .idea/ *.md !README.md # 忽略 node_modules web/node_modules/ # 忽略数据文件 data/ downloads/ *.db *.db-journal # 忽略临时文件 *.log *.tmp *.swp *.swo *~