Skip to content

Commit da48632

Browse files
committed
init commit
0 parents  commit da48632

37 files changed

Lines changed: 145448 additions & 0 deletions

.gitignore

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
/target
2+
# --- Rust ---
3+
/target/
4+
**/*.rs.bk
5+
6+
# --- OS / editors ---
7+
.DS_Store
8+
**/.DS_Store
9+
.idea/
10+
.vscode/
11+
*.swp
12+
13+
# --- Logs ---
14+
*.log
15+
16+
# --- Large sequencing data ---
17+
*.fastq
18+
*.fq
19+
*.fastq.gz
20+
*.fq.gz
21+
*.sra
22+
*.bam
23+
*.cram
24+
25+
# --- Generated outputs / scratch ---
26+
out/
27+
results*/
28+
workdir/
29+
tmp/
30+
*.tblout
31+
*.tsv
32+
*.jsonl
33+
*.fasta
34+
*.fa
35+
*.fna
36+
*.anchors.tsv
37+
*.anchors.jsonl
38+
compare.zip
39+
compare/
40+
41+
# --- ITSx/HMMER temp dirs ---
42+
ITSx_temp_directory__*

0 commit comments

Comments
 (0)