/.trae/
/.vscode/
/build/

*.o
*.obj
*.pdb
*.ilk
*.log
*.tmp
*.bak
Thumbs.db
Desktop.ini

# 忽略obj目录
/obj/

# 忽略dist目录
/dist/

# 忽略.ps1文件
*.ps1
