Skip to content

Commit b592e5f

Browse files
Updated .gitignore for Python
1 parent f801c2b commit b592e5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ output/
55
*.o
66
*.a
77
*.so
8+
*.pyc
9+
*.pyo
10+
__pycache__
811
compile_commands.json
912
/tests
1013
.DS_Store

0 commit comments

Comments
 (0)