# Compiled binaries / build output
/bin/
/wan.zip
*.exe
*.dll
*.so
*.dylib

# Test & coverage output
*.test
*.out
coverage.*

# Go workspace files
go.work
go.work.sum

# Environment / secrets
.env
.env.local

# Active actions: a directory of executable scripts the server runs on demand.
# actions.example/ is the tracked template — copy it to ./actions to enable.
# (The legacy actions.json is no longer read, but stays ignored if still present.)
/actions/
/actions.json

# macOS / editor cruft
.DS_Store

# Personal note store (see `make run-notes`)
/notes/
