Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.DS_Store

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down Expand Up @@ -133,6 +135,11 @@ dmypy.json
#####

# Datasets
/corpus/*
/Datasets/*
/5K_Datasets/*
<<<<<<< HEAD
/10k_Datasets/*
=======
/10k_Datasets/*
>>>>>>> 221ee1c50eb1041ae35e85d7fb564ee7f9841581
Loading