mirror of
http://180.163.74.83:13000/zhangzhenghao/write_mac_tool.git
synced 2025-12-12 15:04:28 +00:00
38 lines
285 B
Plaintext
38 lines
285 B
Plaintext
# Build artifacts
|
|
build/
|
|
solo/build/
|
|
**/.qt/
|
|
**/.cmake/
|
|
*.o
|
|
*.obj
|
|
*.so
|
|
*.a
|
|
*.dll
|
|
*.dylib
|
|
*.exe
|
|
*.out
|
|
|
|
# Archives and packages
|
|
*.zip
|
|
*.tar
|
|
*.tar.gz
|
|
*.tgz
|
|
*.xz
|
|
*.7z
|
|
|
|
# IDE/editor
|
|
.vscode/
|
|
*.code-workspace
|
|
.trae/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Misc
|
|
*.log
|