/ .gitignore
.gitignore
 1  # Binaries for programs and plugins
 2  *.exe
 3  *.exe~
 4  *.dll
 5  *.so
 6  *.dylib
 7  hometui
 8  
 9  # Test binary, built with `go test -c`
10  *.test
11  
12  # Output of the go coverage tool
13  *.out
14  
15  # Go workspace file
16  go.work
17  
18  # Dependency directories
19  vendor/
20  
21  # Config directory (contains sensitive token and user settings)
22  .config/