Skip to content

Commit b5565d2

Browse files
authored
Update .gitignore (#225)
Include log folders in git ignore.
1 parent 4fad71c commit b5565d2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,11 @@ cython_debug/
173173
#.idea/
174174

175175
src
176-
logs/
177176
**/__pycache__/
178177
outputs
178+
179+
# Logs and associated folders
180+
# created from generated embeddings.
181+
logs
182+
testtube
183+
checkpoints

0 commit comments

Comments
 (0)