write_mac_tool/.gitignore

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