.venv/
extern/
build/
dist/
wheelhouse/
*.egg-info/
*.so
*.pyd
*.dylib
*.dll
*.a
*.lib
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
CMakeUserPresets.json
compile_commands.json

