We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232dfd0 commit 73c5a98Copy full SHA for 73c5a98
.gitignore
@@ -1,8 +1,13 @@
1
.*.swp
2
*.pyc
3
4
+# folder to be used for working on the exercises
5
+workspace
6
+
7
+# output of the sphinx build of the documentation
8
tutorial/_build
9
10
+# datasets to be fetched from the web and cached locally
11
data/twenty_newsgroups/20news-bydate.tar.gz
12
data/twenty_newsgroups/20news-bydate-train
13
data/twenty_newsgroups/20news-bydate-test
0 commit comments