Skip to content

Commit 2176373

Browse files
authored
add wikipedia_data to .gitignore (#563)
Signed-off-by: carlory <[email protected]>
1 parent 271eef0 commit 2176373

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ bin/
7575
!*/models/README.md
7676
models/
7777

78+
# Training data
79+
wikipedia_data/
80+
7881
# Added by Claude Task Master
7982
# Logs
8083
logs
@@ -94,7 +97,7 @@ node_modules/
9497
*.sw?
9598
# Task files
9699
tasks.json
97-
tasks/
100+
tasks/
98101
.cursor/
99102
.roo/
100103
.env.example

0 commit comments

Comments
 (0)