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 a99642a commit 3e71c20Copy full SHA for 3e71c20
.gitignore
@@ -0,0 +1,37 @@
1
+# Byte-compiled / optimized / DLL files
2
+__pycache__/
3
+*.py[cod]
4
+*$py.class
5
+
6
7
+# Distribution / packaging
8
+.Python
9
+build/
10
+develop-eggs/
11
+dist/
12
+downloads/
13
+eggs/
14
+.eggs/
15
+lib/
16
+lib64/
17
+parts/
18
+sdist/
19
+var/
20
+wheels/
21
+pip-wheel-metadata/
22
+share/python-wheels/
23
+*.egg-info/
24
+.installed.cfg
25
+*.egg
26
+MANIFEST
27
28
+# PyInstaller
29
+# Usually these files are written by a python script from a template
30
+# before PyInstaller builds the exe, so as to inject date/other infos into it.
31
+*.manifest
32
+*.spec
33
34
+# Installer logs
35
+pip-log.txt
36
+pip-delete-this-directory.txt
37
0 commit comments