From 441d06463a02350d113bd35631608af76adb287a Mon Sep 17 00:00:00 2001 From: HongCheng Date: Sun, 17 Mar 2024 10:57:51 +0900 Subject: [PATCH] update gitignore (add *.jsonl) --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 96b006e..b2c615a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,10 @@ tmp/ zhipuai/ data/ +*.jsonl +# ./generate_data/*.josnl +# ./generate_data/*/*/*.josnl + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -167,3 +171,4 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +