We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd88b66 commit d45c9acCopy full SHA for d45c9ac
bindings/python/.gitignore
@@ -0,0 +1,38 @@
1
+# Byte-compiled / optimized / DLL files
2
+__pycache__/
3
+*.py[cod]
4
+*$py.class
5
+
6
+# C extensions
7
+*.so
8
9
+# Distribution / packaging
10
+.Python
11
+build/
12
+develop-eggs/
13
+dist/
14
+downloads/
15
+eggs/
16
+.eggs/
17
+lib/
18
+lib64/
19
+parts/
20
+sdist/
21
+var/
22
+wheels/
23
+pip-wheel-metadata/
24
+share/python-wheels/
25
+*.egg-info/
26
+.installed.cfg
27
+*.egg
28
+MANIFEST
29
30
+# Cython
31
+*.c
32
+*.cpp
33
34
+# PyCharm
35
+*.idea/
36
37
+# Sphinx documentation
38
+docs/_build/
0 commit comments