mirror of
https://github.com/metabarcoding/obitools4.git
synced 2026-07-26 08:40:51 +00:00
Adds `.gitignore` rules to exclude benchmark outputs and local build artifacts. Initializes Serena AI configuration for the Go project with UTF-8 encoding and gitignore-based file exclusion. Refactors the FASTSEQ header parser to fix regex syntax, optimize alternation ordering, improve control flow readability, and introduce explicit float-to-int coercion that preserves fractional values.
40 lines
353 B
Plaintext
40 lines
353 B
Plaintext
**/cpu.pprof
|
|
**/cpu.trace
|
|
**/test
|
|
**/bin
|
|
**/vendor
|
|
**/*.fastq
|
|
**/*.fasta
|
|
**/*.fastq.gz
|
|
**/*.fasta.gz
|
|
**/.DS_Store
|
|
**/*.gml
|
|
**/*.log
|
|
**/xxx*
|
|
**/*.sav
|
|
**/*.old
|
|
**/*.tgz
|
|
**/*.yaml
|
|
**/*.csv
|
|
**/*.pb.gz
|
|
xx
|
|
|
|
.rhistory
|
|
/.vscode
|
|
|
|
/benchmarck
|
|
/build
|
|
/bugs
|
|
autodoc
|
|
/ncbitaxo
|
|
|
|
!/obitests/**
|
|
!/sample/**
|
|
LLM/**
|
|
*_files
|
|
|
|
entropy.html
|
|
bug_id.txt
|
|
obilowmask_ref
|
|
test_*
|