.gitignore

 1.idea
 2.vscode
 3.DS_Store
 4*.swp
 5*.test
 6
 7# Files output by tests
 8/bin
 9
10# Local testing
11.envrc
12*.FAIL
13
14dist/
15release_notes.txt
16
17go.work
18go.work.sum