1# Binaries for programs and plugins
 2*.exe
 3*.exe~
 4*.dll
 5*.so
 6*.dylib
 7
 8# Test binary, built with `go test -c`
 9*.test
10
11# Output of the go coverage tool, specifically when used with LiteIDE
12*.out
13
14# Dependency directories (remove the comment below to include it)
15 vendor/
16
17# IDE specific files
18.idea/
19.vscode/
20*.swp
21*.swo
22
23# OS specific files
24.DS_Store
25.DS_Store?
26._*
27.Spotlight-V100
28.Trashes
29ehthumbs.db
30Thumbs.db
31*.log
32
33# Binary output directory
34/bin/
35/dist/
36
37# Local environment variables
38.env
39.env.local
40
41manpages/
42*.patch