# Compiled binaries
bin/
/gastro
/gastro-lsp
/auditshadow
*.exe
*.dylib

# Temporary files (build artifacts, etc.)
tmp/

# Generated output
.gastro/
examples/blog/.gastro/
# Tailwind output for the gastro-website example. Generated from
# tailwind.css via the //go:generate directive in
# examples/gastro/generate.go. Re-run `go generate ./...` (or the
# mise dev task) after a fresh clone before the example serves CSS.
examples/gastro/static/styles.css

# Example binaries
examples/sse/sse-example
examples/dashboard/dashboard
examples/gastro/app

# Node.js
node_modules/
# Tailwind contributor-local — only relevant if a contributor opts to
# install tailwindcss via npm instead of the mise-managed standalone
# binary.
examples/gastro/node_modules/

# OpenCode (auto-managed)
.opencode/node_modules/
.opencode/bun.lock
.opencode/package.json
.opencode/.gitignore

# Tree-sitter generated source (parser.c must be committed for Zed)
# tree-sitter-gastro/src/

# Playwright CLI artifacts
.playwright-cli/

# OS
.DS_Store

# Environment
.env*
