update gitignore (add *.jsonl)
This commit is contained in:
parent
baba0d611d
commit
441d06463a
5
.gitignore
vendored
5
.gitignore
vendored
@ -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/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user