We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f801c2b commit b592e5fCopy full SHA for b592e5f
.gitignore
@@ -5,6 +5,9 @@ output/
5
*.o
6
*.a
7
*.so
8
+*.pyc
9
+*.pyo
10
+__pycache__
11
compile_commands.json
12
/tests
13
.DS_Store
0 commit comments