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 ba2b9f3 commit 36e34d9Copy full SHA for 36e34d9
.gitignore
@@ -0,0 +1,48 @@
1
+# Byte-compiled / optimized / DLL files
2
+__pycache__/
3
+*.py[cod]
4
+*$py.class
5
+
6
+# C extensions
7
+*.so
8
+*.dylib
9
10
+# Distribution / packaging
11
+.Python
12
+build/
13
+develop-eggs/
14
+dist/
15
+downloads/
16
+eggs/
17
+.eggs/
18
+lib/
19
+lib64/
20
+parts/
21
+sdist/
22
+var/
23
+wheels/
24
+pip-wheel-metadata/
25
+share/python-wheels/
26
+*.egg-info/
27
+.installed.cfg
28
+*.egg
29
+MANIFEST
30
31
+# Cython
32
+*.c
33
+*.cpp
34
35
+# PyCharm
36
+*.idea/
37
38
+# Sphinx documentation
39
+docs/_build/
40
41
+# libbson files
42
+libbson
43
+mongo-c-driver-*
44
45
46
+# Benchmark and test output files
47
+results/*
48
+xunit-results/
0 commit comments