# Python
__pycache__
.benchmarks
.dmypy*
.mypy_cache
.pytest_cache
.ruff_cache
*.egg-info
*.eggs
build
dist

# Editors
.idea/*
.vscode
