npv2k1 commited on
Commit
c5a5751
·
verified ·
1 Parent(s): 0f31d30
Files changed (4) hide show
  1. .gitattributes +1 -0
  2. .gitignore +4 -1
  3. data/processed/.gitkeep +0 -0
  4. data/raw/.gitkeep +0 -0
.gitattributes ADDED
@@ -0,0 +1 @@
 
 
1
+ *.pth filter=lfs diff=lfs merge=lfs -text
.gitignore CHANGED
@@ -162,4 +162,7 @@ cython_debug/
162
 
163
  # ignore dataset but not the folder
164
  data/raw/*
165
- data/processed/*
 
 
 
 
162
 
163
  # ignore dataset but not the folder
164
  data/raw/*
165
+ data/processed/*
166
+
167
+ !data/raw/.gitkeep
168
+ !data/processed/.gitkeep
data/processed/.gitkeep ADDED
File without changes
data/raw/.gitkeep ADDED
File without changes