/.vscode/*

/.pytest_cache
/.cache

/build
/dist

__pycache__
*.egg-info

*.pyc
*.pyd
*.pbd
*.lib
*.so

temp_*

.venv
