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

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

# 演示与临时产物
examples/demo_workspace/
examples/minimal_workspace/
examples/custom_adapter/foo_workspace/
.agent_gate/
_tmp_site/
_pytest_final/
_build_tmp/

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

# 本地工具缓存
.workbuddy/
