From c40df8e1e98c7a437c0e7c7959bf11bdf2f64c2f Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Mon, 15 Aug 2022 23:38:00 -0400 Subject: [PATCH] ignore AI related files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4f7c6d9..80187e1 100644 --- a/.gitignore +++ b/.gitignore @@ -157,8 +157,10 @@ cython_debug/ # ignore folders node_modules aitextgen +trained_model # ignore files config.json storage.json -training-*.txt \ No newline at end of file +training-*.txt +aitextgen.tokenizer.json \ No newline at end of file