diff --git a/.vscode/settings.json b/.vscode/settings.json index af5da48..9780c7f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -55,7 +55,9 @@ "**/__pycache__": true, "**/.ipynb_checkpoints": true, "**/.mypy_cache": true, - "**/.pytest_cache": true + "**/.pytest_cache": true, + "**/*.egg-info": true, + "**/*.cache": true }, "notebook.output.textLineLimit": 400, "python.defaultInterpreterPath": ".env/bin/python" diff --git a/README.md b/README.md index 05ebdb4..e48697a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # GreatAI [![Quality Gate Status](https://sonar.scoutinscience.com/api/project_badges/measure?project=great-ai&metric=alert_status)](https://sonar.scoutinscience.com/dashboard?id=great-ai) + +**work in progress, do not use!**