aiogram/.gitignore
Вадим Христенко 49e9b34b3f feat(storage): add get_value method to MongoStorage
Implement get_value method for MongoStorage that retrieves
individual values from storage data using MongoDB projections.

Add comprehensive test coverage for the new method.
2025-04-05 19:45:22 +00:00

25 lines
175 B
Text

.idea/
.vscode/
__pycache__/
*.py[cod]
*.mo
env/
build/
_build/
dist/
site/
*.egg-info/
*.egg
.ruff_cache
.mypy_cache
.pytest_cache
.coverage
reports
dev/
.venv/
.conda/