Compare commits

..

No commits in common. "502fdcc3bd17493e7cc9338c3a6c0863e9e3b0ca" and "cdee98d7fa1a6ae7b7c41c80e7cddbcf5aae3806" have entirely different histories.

2 changed files with 1 additions and 3 deletions

2
.gitignore vendored
View file

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

View file

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