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

# 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
