update gitignore (add *.jsonl)

This commit is contained in:
HongCheng 2024-03-17 10:57:51 +09:00
parent baba0d611d
commit 441d06463a

5
.gitignore vendored
View File

@ -4,6 +4,10 @@ tmp/
zhipuai/ zhipuai/
data/ data/
*.jsonl
# ./generate_data/*.josnl
# ./generate_data/*/*/*.josnl
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[cod] *.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 # 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. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/ #.idea/