Skip to content

Commit 484430d

Browse files
committed
bug: fix taxa.csv location and gitignore
1 parent 527efdf commit 484430d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ data/**/*.txt
44
data/**/*.json
55
# exclude .csv except for specific small data
66
data/**/*.csv
7-
!data/raw/taxa.csv
7+
!data/entity-extraction/raw/taxa.csv
88

99
# Byte-compiled / optimized / DLL files
1010
__pycache__/

0 commit comments

Comments
 (0)