- add commands for doing commit and bumping version
- env.py: add checking if .env file exists or not
- devcontainer.json: add github cli to devcontainer
- add init command to setup project using one command
- add gitlab workflows
- add gitlab workflows
- remove github workflows
- remove themes
- Makefile: fix command to initialize project
- .pre-commit-config.yaml: fix running pytest
- fix syntax error
- restore github actions for main branch after merge
- set the correct app stage for dev image
- fix adding all env files to dev image
- fix command to run container and add logs command to check prod container logs
- add loading env variables based on app stage
- move getting correct path to env file to another variable
- fix name of workflow
- change workflow to check minimal python version to run code
- add workflow for testing on multiple Python versions
- add workflow for linting, type-checking and testing
- fix problem with running ruff linter
- fix problem with testing async functions
- add pytest and configure for testing sync/async functions
- update vscode profile for devcontainer
- add vscode profile to devcontainer configuration
- configure Dependabot for automated dependency updates and security checks
- setup .devcontainer for codespaces
- fix error calling entrypoint file inside container
- add makefile for simplifies running scripts and tasks
- fix pre-commit hooks
- add mkdocs --dev dependency for generating documentation
- add commitizen --dev dependency
- add pre-commit --dev dependency
- initial commit