Skip to content
Open
Show file tree
Hide file tree
Changes from 4 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
21 changes: 7 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Byte compiled
__pycache__/
/__pycache__
*.py[cod]
*$py.class
test.csv
train.csv
val.csv
datasets/text_analytics/financial/**
TextAnalytics/embeddings/.ipynb_checkpoints/
TextAnalytics/embeddings/.vector_cache/
models/

# C extensions
*.so
Expand Down Expand Up @@ -45,12 +47,3 @@ coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# jupyter notebook
.ipynb_checkpoints
*.ipynb_checkpoints

# user specific stuff
.idea/
.idea

Loading