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 f942e10 commit 340f597Copy full SHA for 340f597
.gitignore
@@ -0,0 +1,56 @@
1
+__pycache__/
2
+*.py[cod]
3
+*$py.class
4
+*.so
5
+.Python
6
+build/
7
+develop-eggs/
8
+dist/
9
+downloads/
10
+eggs/
11
+.eggs/
12
+lib/
13
+lib64/
14
+parts/
15
+sdist/
16
+var/
17
+wheels/
18
+share/python-wheels/
19
+*.egg-info/
20
+.installed.cfg
21
+*.egg
22
+MANIFEST
23
+*.manifest
24
+*.spec
25
+pip-log.txt
26
+pip-delete-this-directory.txt
27
+htmlcov/
28
+.tox/
29
+.nox/
30
+.coverage
31
+.coverage.*
32
+.cache
33
+nosetests.xml
34
+coverage.xml
35
+*.cover
36
+*.py,cover
37
+.hypothesis/
38
+.pytest_cache/
39
+cover/
40
+*.mo
41
+*.pot
42
+*.log
43
+
44
+.env
45
+.venv
46
+env/
47
+venv/
48
+ENV/
49
+env.bak/
50
+venv.bak/
51
52
+.mypy_cache/
53
+.dmypy.json
54
+dmypy.json
55
56
+.ruff_cache/
0 commit comments