From 092f4715740263b16cc36efa354356148521ae17 Mon Sep 17 00:00:00 2001 From: ParisNeo Date: Fri, 7 Apr 2023 20:04:15 +0200 Subject: [PATCH] upgraded girignore --- .gitignore | 11 ++++++++++- models/README.md | 1 + 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 models/README.md diff --git a/.gitignore b/.gitignore index e402fa61..9655ccc8 100644 --- a/.gitignore +++ b/.gitignore @@ -130,4 +130,13 @@ dmypy.json # Database *.db -/data \ No newline at end of file +/data + +# Models and tokenizers +*.bin +*.bin.orig +*.model + + +# Vscode files +.vscode \ No newline at end of file diff --git a/models/README.md b/models/README.md new file mode 100644 index 00000000..35146387 --- /dev/null +++ b/models/README.md @@ -0,0 +1 @@ +Here you can drop your models \ No newline at end of file