updated gitignore

This commit is contained in:
Jonas Weinz 2019-08-07 20:51:17 +02:00
parent 0c1d0c4451
commit 79358eaf71

3
.gitignore vendored
View File

@ -1,3 +1,6 @@
data data
__pycache__ __pycache__
.ipynb_checkpoints .ipynb_checkpoints
*.conllu
*.gz
.vscode