Merge branch 'release/1.9.1' into main

This commit is contained in:
Matteo Cherubini 2026-06-27 14:44:07 +02:00
commit 502fdcc3bd
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -8,3 +8,5 @@
/master-knowledge-genome/ /master-knowledge-genome/
/keys/ /keys/
*.key *.key
__pycache__/
*.pyc

View file

@ -1,5 +1,5 @@
# ============================================================================= # =============================================================================
# Knowledge Genome - Makefile v. 1.9.0 # Knowledge Genome - Makefile v. 1.9.1
# Orchestrates the setup and management of the knowledge base. # Orchestrates the setup and management of the knowledge base.
# ============================================================================= # =============================================================================