Update ignore patterns, configure Serena, and refactor FASTSEQ parser

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.
This commit is contained in:
Eric Coissac
2026-07-02 08:49:26 +02:00
parent 4dae7f708d
commit f1a424343c
4 changed files with 157 additions and 18 deletions
+2
View File
@@ -21,6 +21,8 @@ xx
.rhistory
/.vscode
/benchmarck
/build
/bugs
autodoc