We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5234f commit 92158aeCopy full SHA for 92158ae
.gitignore
@@ -1,3 +1,8 @@
1
compile_commands.json
2
doc/_autosummary
3
doc/cpp2rst_generated
4
+
5
+# Byte-compiled / optimized / DLL files
6
+__pycache__/
7
+*.py[cod]
8
+*$py.class
0 commit comments