- Removed mkdocs-material from requirements.txt and added it to dev-requirements.txt for better organization and separation of development-specific dependencies.
- Added netlify.toml to facilitate Netlify configuration for deployment.
- Updated requirements.txt to include the mkdocs-material package for enhanced project documentation.
- Updated requirements.txt to reflect changes in dependencies.
- Installed all necessary dependencies, including development dependencies.
- Implemented documentation using MkDocs with the Material theme for comprehensive project documentation.
- Added .github/FUNDING.yml, .github/ISSUE_TEMPLATE/bug_report.md, .github/ISSUE_TEMPLATE/custom.md, .github/ISSUE_TEMPLATE/feature_request.md for standardized issue reporting and funding information.
- Also included dev-requirements.txt and requirements.txt to manage development dependencies and required libraries for the project.