# UT output st_report/ ut_report/ .coverage # IDE .vscode .codemate # Binary *.so # Python __pycache__/ .pytest_cache/ *.egg-info/ *.egg build/ dist/ # Environments .env .venv env/ venv/ ENV/