.env
.venv/
__pycache__/
*.pyc
.pytest_cache/

# 运行日志与 E2E 测试产物
*.log
_e2e_*.js

# 本地工作文档（需求回写/自测记录/实现方案等，仅供本机查阅，不入库）
docs/
