# Build outputs
/pluginart
*.exe
bin/
dist/
!/examples/host-ts/dist/
!/examples/host-ts/dist/**
build/
coverage/
*.test
*.out
*.prof
*.tgz

# Go
.gocache/
.golangci-cache/

# Python
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.nox/
.venv/
venv/
env/
*.egg-info/
.coverage
htmlcov/

# Node / TypeScript
node_modules/
.npm-cache/
.turbo/
.next/

# Examples - compiled binaries
/examples/plugin-go/plugin-go
/examples/host-go/host-go

# macOS
.DS_Store

# Editor
.idea/
.vscode/
*.swp

# Agents
.claude/

PRD.md
