Update .gitignore to exclude additional files and directories including docker_run.sh, finBERT, launch.json, and binary files.
This commit is contained in:
parent
e3a09e406d
commit
89c4ba21fa
5
.gitignore
vendored
5
.gitignore
vendored
@ -2,6 +2,11 @@
|
||||
# Byte-compiled / optimized / DLL files
|
||||
.idea/*
|
||||
|
||||
docker_run.sh
|
||||
finBERT
|
||||
launch.json
|
||||
*.bin
|
||||
|
||||
data/
|
||||
*.zip
|
||||
*.db
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user