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 7bffd49 commit 6afab5bCopy full SHA for 6afab5b
.gitignore
@@ -19,6 +19,7 @@ lib64
19
__pycache__
20
21
# Python3 pyvenv
22
+env
23
venv
24
sbase
25
sbase*
@@ -74,9 +75,6 @@ archived_logs
74
75
geckodriver.log
76
pytestdebug.log
77
-# Presentations
78
-presentations_saved
79
-
80
# Reports
81
latest_report
82
report_archives
@@ -85,6 +83,10 @@ html_report.html
85
83
report.html
86
84
report.xml
87
+# Presentations
+presentations_saved
88
+saved_presentations
89
+
90
# Tours
91
tours_exported
92
0 commit comments