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 ce681e3 commit 89041a5Copy full SHA for 89041a5
.flake8
.gitignore
@@ -1,29 +1,24 @@
1
2
-*.py[cod]
3
-*.egg-info
4
-*.egg
5
-
6
-venv*/
7
-.venv*/
8
.idea/
+.vscode/
+.venv/
9
.pytest_cache/
10
__pycache__/
11
.pytest*/
12
13
dev/
14
-dev.py
15
-samples/
16
17
dist/
18
build/
19
packages/
+docs/site/
20
21
-/.vscode
22
-/dist
23
-/build
24
-.venv/
25
-*.egg-info/
26
poetry.lock
+.pdm-build
27
.dmypy.json
+.DS_Store
+
+*.py[cod]
+*.egg-info
+*.egg
28
29
profiler.html
0 commit comments