# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

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

# Output of the go coverage tool
*.out

# Dependency directories
vendor/

# Go workspace file
go.work

# Binary
/fleet

# Fleet-specific
.fleet/
*.log

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

# Playwright MCP
.playwright-mcp/

# OS
.DS_Store
Thumbs.db

# Temporary files
*.tmp
*.temp

# Git worktrees
.worktrees/
.fleet
.fleet/config.lock
.superpowers/

# Web frontend
web/node_modules/
web/dist/

# Embedded web dist (build artifact, .gitkeep is tracked)
cmd/fleet/webdist/*
!cmd/fleet/webdist/.gitkeep
.aider*
