Readme.md and gitignore updated

This commit is contained in:
2025-10-11 22:49:54 +03:00
parent 5bee48b98f
commit a2c6853d9d
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
src/config_manager/__pycache__/basic_application.cpython-312.pyc

View File

@@ -1,10 +1,10 @@
# Basic application # Basic application
## Description ## Description
This package was created to run my applications on the current Reinforcement Learning project. 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 ## 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 ## Contacts
- **e-mail**: lesha.spb@gmail.com - **e-mail**: lesha.spb@gmail.com