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 8859596 commit e202c72Copy full SHA for e202c72
.gitignore
@@ -116,3 +116,7 @@ selenium
116
rpmdb.sqlite-*
117
/.ruff_cache/
118
.env
119
+
120
+# Ignore gibberish detector model, this is trained on configure and build and
121
+# should not be committed
122
+gib_model.pki
configure
@@ -319,6 +319,6 @@ find_python
319
create_virtualenv "$VIRTUALENV_DIR"
320
install_packages "$CFG_REQUIREMENTS"
321
. "$CFG_BIN_DIR/activate"
322
-
+"$CFG_BIN_DIR/train-gibberish-model"
323
324
set +e
src/textcode/data/gibberish/gib_model.pki
-12.9 KB
0 commit comments