Skip to content

Commit ecf7daa

Browse files
🎨 gitignore updated
1 parent 781916b commit ecf7daa

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

‎.gitignore‎

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
# data
1+
# folders
22
outputs/
33
figures/
44
logs/
55
nextflow/
66
work/
7+
examples/outputs/
8+
.ipynb_checkpoints/
9+
.vscode/
710

811
# ignore compiled python files
912
*.pyc
1013
__pycache__/
1114
.DS_Store
12-
environment.yml
1315

1416
# files
1517
inputs/BIND15.csv
@@ -27,16 +29,13 @@ inputs/NB13.csv
2729
inputs/pa.csv
2830
inputs/pb.csv
2931

30-
.nextflow.log*
31-
.nextflow/
32-
3332
examples/*.svg
33+
docs/tutorials/case_studies/*.csv
34+
docs/tutorials/case_studies/notebook_results/
35+
docs/tutorials/case_studies/summary_tables/*
3436

3537
src/instanexus/script_dbg.py
3638
src/instanexus/script_greedy.py
3739
src/instanexus/dbg.py
3840
src/instanexus/greedy_method.py
39-
src/instanexus/generate_cluster_fasta.py
40-
41-
# folders
42-
examples/outputs/
41+
src/instanexus/generate_cluster_fasta.py

0 commit comments

Comments
 (0)