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 91905cc commit 064aa17Copy full SHA for 064aa17
.gitignore
@@ -0,0 +1,46 @@
1
+# Byte-compiled / optimized / DLL files
2
+__pycache__/
3
+*.py[cod]
4
+*$py.class
5
+
6
7
+# C extensions
8
+*.so
9
10
11
+# Task / packaging
12
+.Python
13
+build/
14
+develop-eggs/
15
+dist/
16
+downloads/
17
+eggs/
18
+.eggs/
19
+lib/
20
+lib64/
21
+parts/
22
+sdist/
23
+var/
24
+wheels/
25
+*.egg-info/
26
+.installed.cfg
27
+*.egg
28
+MANIFEST
29
30
31
+# Unit test / coverage reports
32
+htmlcov/
33
+.tox/
34
+.coverage
35
+.coverage.*
36
+.cache
37
+nosetests.xml
38
+coverage.xml
39
+*.cover
40
+.hypothesis/
41
+.pytest_cache/
42
43
44
+# vscode
45
+.history
46
+.vscode
0 commit comments