- Refactor Redis backend connection handling and pool management - Update algorithm implementations with improved type annotations - Enhance config loader validation with stricter Pydantic schemas - Improve decorator and middleware error handling - Expand example scripts with better docstrings and usage patterns - Add new 00_basic_usage.py example for quick start - Reorganize examples directory structure - Fix type annotation inconsistencies across core modules - Update dependencies in pyproject.toml
20 lines
220 B
Plaintext
20 lines
220 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
scratchpad.txt
|
|
things-todo.md
|
|
.ruff_cache
|
|
.qodo
|
|
.pytest_cache
|
|
.vscode
|
|
|
|
docs/_build
|
|
docs/_static
|
|
docs/_templates |