There was an error while loading. Please reload this page.
2 parents 54fb354 + 399bb60 commit 5b5c4b5Copy full SHA for 5b5c4b5
3 files changed
.gitignore
@@ -27,3 +27,14 @@ pip-selfcheck.json
27
pyvenv.cfg
28
geckodriver.log
29
.DS_Store
30
+
31
+# virtualenv and other misc bits
32
+.venv/
33
+/build
34
+build/
35
36
+# IDEs
37
+.vscode
38
39
+# Sphinx
40
+docs/_build
0 commit comments