6e67391fe9
PiperOrigin-RevId: 464765972 Change-Id: Ieef2e92349261bb00b58e1bf3ceeda69fee123e5
32 lines
368 B
Plaintext
32 lines
368 B
Plaintext
# Don't commit binaries
|
|
*.a
|
|
*.asm
|
|
*.dll
|
|
*.dylib
|
|
*.exe
|
|
*.lib
|
|
*.out
|
|
*.o
|
|
*.so
|
|
*.so.*
|
|
|
|
# Exclude editor config
|
|
.vscode/
|
|
.vs/
|
|
|
|
# Exclude temporary folders
|
|
*.egg-info/
|
|
build/
|
|
build_cmake/
|
|
|
|
# Exclude macOS folder attributes
|
|
.DS_Store
|
|
|
|
# Exclude macOS Info.framework.plist
|
|
Info.framework.plist
|
|
|
|
# Python byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|