PhDFlo commited on
Commit
c917fbf
·
1 Parent(s): 67f7561

modif gitignore

Browse files
.gitignore CHANGED
@@ -19,7 +19,6 @@ wheels/
19
  *.egg-info/
20
  .installed.cfg
21
  *.egg
22
- results/*
23
 
24
  # Virtual Environment
25
  .env
 
19
  *.egg-info/
20
  .installed.cfg
21
  *.egg
 
22
 
23
  # Virtual Environment
24
  .env
results/molecules/.gitignore ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # Ignore everything in this directory
2
+ *
3
+ # Except this file
4
+ !.gitignore
results/score/.gitignore ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # Ignore everything in this directory
2
+ *
3
+ # Except this file
4
+ !.gitignore