# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# venv
.venv/
venv/

# pytest
.pytest_cache/

# forum data (项目本地数据，不纳入版本管理)
.forum/
