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