9c6f9fba创建于 2025年12月30日历史提交
# 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/