.opencode

# OS / 文件管理器
.DS_Store
Thumbs.db

# Python 缓存与字节码
__pycache__/
*.py[cod]
*$py.class

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

# 构建与打包产物
build/
dist/
.eggs/
*.egg-info/
pip-wheel-metadata/

# 测试、覆盖率与静态检查缓存
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/
.pyre/
.hypothesis/

# Notebook
.ipynb_checkpoints/

# IDE
.vscode/
.idea/

# 日志
*.log


agentgrid.yaml