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.
0 parents commit c8cb290Copy full SHA for c8cb290
.gitignore
@@ -0,0 +1,28 @@
1
+# Byte-compiled
2
+__pycache__/
3
+*.py[cod]
4
+
5
+# Distribution / packaging
6
+dist/
7
8
+# Sphinx documentation
9
+docs/_build/
10
11
+# Environments
12
+.venv
13
+env/
14
+venv/
15
16
+# Poetry lock file
17
+poetry.lock
18
19
+# Unit test / coverage reports
20
+htmlcov/
21
+.coverage
22
+.coverage.*
23
+.cache
24
+coverage.xml
25
+.pytest_cache/
26
27
+# mypy
28
+.mypy_cache/
0 commit comments