Skip to content

Commit b11fe93

Browse files
committed
build: add Python bytecode patterns to gitignore
1 parent 0025296 commit b11fe93

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,11 @@ cmake-build-*/
5757
## Ninja
5858
.ninja_deps
5959
.ninja_log
60-
build.ninja
60+
build.ninja
61+
62+
## Python
63+
__pycache__/
64+
*.py[cod]
65+
*$py.class
66+
*.so
67+
.Python

0 commit comments

Comments
 (0)