.gitignore 146 B

12345678910111213141516
  1. # Go build artifacts
  2. /status
  3. *.exe
  4. *.exe~
  5. *.dll
  6. *.so
  7. *.dylib
  8. *.test
  9. *.out
  10. # Go workspace files
  11. go.work
  12. go.work.sum
  13. # Local tool metadata
  14. .codex