From a2c6853d9d59d4a8b0d257a9b450be5c02929a36 Mon Sep 17 00:00:00 2001 From: zosimovaa Date: Sat, 11 Oct 2025 22:49:54 +0300 Subject: [PATCH] Readme.md and gitignore updated --- .gitignore | 1 + README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..28f52a1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +src/config_manager/__pycache__/basic_application.cpython-312.pyc diff --git a/README.md b/README.md index abe9166..32ad31e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Basic application ## Description This package was created to run my applications on the current Reinforcement Learning project. -The BasicApplication class implements the entry point for the program and provides the actual application configuration. It also simplifies logging setup. +The ConfigManager class implements the entry point for the program and provides the actual application configuration. It also simplifies logging setup. ## Installation -``pip install git+https://zosimovaa@bitbucket.org/zosimovaa/basic_application.git`` +``pip install git+https://git.lesha.spb.ru/zosimovaa/config_manager.git`` ## Contacts - **e-mail**: lesha.spb@gmail.com