# Cache directories
.cache

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

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.test-workspace-e2e/

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

# Build artifacts
dist/
build/
*.egg-info/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# uv
.uv/

.uv-docker-cache/

.opencode-server-mcp

# Shutdown logging
tmp-test/

# OpenCode checkout (for reference only)
opencode_code/