Joshua Lochner commited on
Commit
bd2850c
0 Parent(s):

Create project structure

Browse files
classifiers/.gitignore ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ # Ignore everything in this directory
2
+ *
3
+ # Except this file
4
+ !.gitignore
data/.gitignore ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ # Ignore everything in this directory
2
+ *
3
+ # Except this file
4
+ !.gitignore
models/.gitignore ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ # Ignore everything in this directory
2
+ *
3
+ # Except this file
4
+ !.gitignore
processed/.gitignore ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ # Ignore everything in this directory
2
+ *
3
+ # Except this file
4
+ !.gitignore
raw/.gitignore ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ # Ignore everything in this directory
2
+ *
3
+ # Except this file
4
+ !.gitignore
transcripts/.gitignore ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ # Cached transcripts
2
+ # Ignore everything in this directory
3
+ *
4
+ # Except this file
5
+ !.gitignore