.git
.github
.venv
__pycache__
*.pyc
*.pyo
*.pyd
.pytest_cache
.mypy_cache
.ruff_cache
.idea
.vscode

build/
dist/
benchmark_results/
*.egg-info

.coverage
.codectx_cache
CONTEXT.md

docs/
tests/


