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 777167e commit 623b93dCopy full SHA for 623b93d
.gitignore
@@ -1,4 +1,7 @@
1
-*.pyc
+# Byte-compiled / optimized / DLL files
2
+__pycache__/
3
+*.py[cod]
4
+
5
*.db
6
.installed.cfg
7
parts
@@ -26,9 +29,15 @@ _build
26
29
pip-selfcheck.json
27
30
pyvenv.cfg
28
31
geckodriver.log
32
33
+# Various junk and temp files
34
.DS_Store
35
+*~
36
+.*.sw[po]
37
+.build
38
+.ve
39
+*.bak
40
var
-.metaflow
41
share
42
selenium
43
local
0 commit comments