.git
.gitignore
.idea
.vscode
.venv
.python-version
.pre-commit-config.yaml
docs
tests
examples
**/__pycache__
**/*.pyc
**/.pytest_cache
**/.ruff_cache
**/.ty_cache
README.md
