Caesarrr commited on
Commit
9ae7da3
·
verified ·
1 Parent(s): 89e6d93

Add files using upload-large-folder tool

Browse files
Files changed (2) hide show
  1. .gitignore.bak +9 -0
  2. .hfignore +1 -2
.gitignore.bak ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ __pycache__/
2
+ *.egg-info/
3
+ data/raw_images/
4
+ *_test/
5
+ data/
6
+ debug/
7
+ .env
8
+ deploy/local/
9
+ .vscode/
.hfignore CHANGED
@@ -5,5 +5,4 @@ deploy/local/
5
  debug/
6
  test/
7
  *.egg-info
8
- __pycache__/
9
- !data/
 
5
  debug/
6
  test/
7
  *.egg-info
8
+ __pycache__/