We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8795de6 commit 01e8a36Copy full SHA for 01e8a36
.gitignore
@@ -0,0 +1,59 @@
1
+# Visual studio settings
2
+.vscode
3
+
4
+# Byte-compiled
5
+__pycache__
6
+*.py[cod]
7
+*$py.class
8
9
+# Distribution / packaging
10
+.Python
11
+lib
12
+lib64
13
+parts
14
+sdist
15
+var
16
+wheels
17
+pip-wheel-metadata
18
+share/python-wheels
19
+develop-eggs
20
+eggs
21
+.eggs
22
+*.egg-info
23
+*.egg
24
+MANIFEST
25
+.installed.cfg
26
+docs/_build
27
+build
28
+dist
29
+bin
30
+.buildozer
31
32
+# Logs
33
+*.log
34
+pip-log.txt
35
+pip-delete-this-directory.txt
36
37
+# Editors
38
+.idea
39
40
+.ipynb_checkpoints
41
+*.swp
42
+*.code-workspace
43
44
+# Environments
45
+venv
46
+.venv
47
+env
48
+.env
49
+.python-version
50
51
+# Temp / Cache
52
+cache
53
+.cache
54
+temp
55
+.temp
56
+.pytest_cache
57
+.coverage
58
+*.rst
59
+test.py
0 commit comments