# Build output
/bin/
/dist/
/plugins/claude-code/bin/
*.exe
*.test
*.out
coverage.txt
# go build ./tools/<name> run at the root drops the helper here; the
# source package must never carry a compiled file.
/collectorcheck
/otlpdump

# Go workspace
go.work
go.work.sum

# Editors / OS
.idea/
.vscode/
.DS_Store
._*
__MACOSX/

# Collected conversation data. /data is the DEFAULT storage root, so running
# `asz collect` in a checkout would otherwise stage private transcripts.
/data
/.sf/
/.local/
*.wal
