# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.json
htmlcov/

# 虚拟环境
.venv/
venv/
env/

# 演示与临时产物
examples/demo_workspace/
examples/minimal_workspace/
examples/orchestrator_hooks/demo_workspace/
examples/orchestrator_hooks/multi_agent_workspace/
examples/custom_adapter/foo_workspace/
examples/plugin_rules/_demo_ws/
.agent_gate/
_tmp_site/
_pytest_final/
.pytest_tmp/
pytest-cache-files-*/
_build_tmp/

# IDE / OS
.idea/
.vscode/
*.iml
.DS_Store
Thumbs.db

# 本地工具缓存
.workbuddy/

# K8s ͸������ demo ���˹�����
.k8s_proxy_demo_ws/


# ���лỰ�����ʵ���ļ���ɳ�����������ԣ�
identifier.sqlite

# MkDocs build output
site/
