# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
*.cache/

# 开发工具和环境
.codex
.opencode/
.opencode_sessions
oh-my-opencode
*.opencode/
.opencode_sessions

# 文档/计划 - 不上传GitHub
docs/plan/
session-*.md

# 测试
.pytest_cache/
.coverage
htmlcov/
pytest.xml
coverage.xml
test-report.xml
ptest_report_*.html
ptest_report_*.json
ptest_report_*.md
test_reports/

# 性能基准测试结果（由 CI 生成 artifacts）
benchmark_results/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
