Add precompiled Python files to .gitignore.

PiperOrigin-RevId: 436717146
Change-Id: I99198038ce8242d60c28fe97ac8e3710a68f5fe6
This commit is contained in:
Saran Tunyasuvunakool
2022-03-23 06:01:09 -07:00
parent ed775c8f04
commit d1db62c6bd
+7 -1
View File
@@ -8,6 +8,7 @@
*.out
*.o
*.so
*.so.*
# Exclude editor config
.vscode/
@@ -19,4 +20,9 @@ build/
build_cmake/
# Exclude macOS folder attributes
.DS_Store
.DS_Store
# Python byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class