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 b850699 commit b1a2918Copy full SHA for b1a2918
.gitignore
@@ -0,0 +1,50 @@
1
+# Python
2
+__pycache__/
3
+*.py[cod]
4
+*$py.class
5
+*.so
6
+.Python
7
+build/
8
+develop-eggs/
9
+dist/
10
+downloads/
11
+eggs/
12
+.eggs/
13
+lib/
14
+lib64/
15
+parts/
16
+sdist/
17
+var/
18
+wheels/
19
+*.egg-info/
20
+.installed.cfg
21
+*.egg
22
+MANIFEST
23
+.env
24
+.venv
25
+env/
26
+venv/
27
+ENV/
28
+env.bak/
29
+venv.bak/
30
+.python-version
31
+.pytest_cache/
32
+.coverage
33
+htmlcov/
34
+.tox/
35
+.nox/
36
+.hypothesis/
37
+
38
+# macOS
39
+.DS_Store
40
+.AppleDouble
41
+.LSOverride
42
+Icon
43
+._*
44
+.DocumentRevisions-V100
45
+.fseventsd
46
+.Spotlight-V100
47
+.TemporaryItems
48
+.Trashes
49
+.VolumeIcon.icns
50
+.com.apple.timemachine.donotpresent
0 commit comments