.opencode

# OS
.DS_Store
Thumbs.db

# Python cache
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/
env/
ENV/

# Build artifacts
build/
dist/
.eggs/
*.egg-info/
pip-wheel-metadata/

# Test and static analysis cache
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/
.pyre/
.hypothesis/

# Notebook
.ipynb_checkpoints/

# IDE
.vscode/
.idea/

# Logs
*.log
examples/**/agentgrid.yaml

demo/uv.lock
