# Binaries (root level only)
/agnt
/devtool-mcp
*.exe
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool
*.out
coverage.html

# Go workspace file
go.work

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

# Claude Code runtime artifacts
.claude/workflow-*
.claude/dartai-*
.claude/dartai.local.md
.claude/tasks/
.claude/plan.md
**/.claude/workflow-*
**/.claude/dartai-*

# agnt runtime artifacts
.agnt/
**/.agnt/

# E2E test artifacts
e2e/test-results/
e2e/*.png

# OS
.DS_Store
Thumbs.db

# Documentation build
docs-site/node_modules/
docs-site/build/
docs-site/.docusaurus/

# Environment
.env
.env.local

# npm package
node_modules/
bin/devtool-mcp
bin/devtool-mcp.exe
dist/
*.tgz

# Python package
python/dist/
python/build/
python/*.egg-info/
__pycache__/
*.pyc
.venv/
.mcpregistry_*
