/.trae/
/.vscode/
/build/
*.exe
*.o
*.obj
*.pdb
*.ilk
*.log
*.tmp
*.bak
Thumbs.db
Desktop.ini

# 忽略obj目录
/obj/

# 忽略dist目录
/dist/
