Skip to content

Commit d1db62c

Browse files
committed
Add precompiled Python files to .gitignore.
PiperOrigin-RevId: 436717146 Change-Id: I99198038ce8242d60c28fe97ac8e3710a68f5fe6
1 parent ed775c8 commit d1db62c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
*.out
99
*.o
1010
*.so
11+
*.so.*
1112

1213
# Exclude editor config
1314
.vscode/
@@ -19,4 +20,9 @@ build/
1920
build_cmake/
2021

2122
# Exclude macOS folder attributes
22-
.DS_Store
23+
.DS_Store
24+
25+
# Python byte-compiled / optimized / DLL files
26+
__pycache__/
27+
*.py[cod]
28+
*$py.class

0 commit comments

Comments
 (0)