d1db62c6bd
PiperOrigin-RevId: 436717146 Change-Id: I99198038ce8242d60c28fe97ac8e3710a68f5fe6
29 lines
309 B
Plaintext
29 lines
309 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
|
|
|
|
# Python byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|