blob: a1fe5c593cc1403eccce6126fa73c34e93ffa64c [file] [log] [blame]
Akron90f65212025-06-12 14:32:55 +02001# 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
15vendor/
16
17# Go workspace file
18go.work
19
20# IDE files
21.vscode/
22.idea/
23*.swp
24*.swo
25
26# OS generated files
27.DS_Store
28.DS_Store?
29._*
30.Spotlight-V100
31.Trashes
32ehthumbs.db
33Thumbs.db
34
35# Configuration files (exclude real configs, keep examples)
36config.json
37*.env
38
39# Build artifacts
40/bin/
41/dist/
42/build/
43
44# Logs
45*.log
46logs/
47
48# Coverage reports
49coverage.html
50coverage.out
51
52progress.txt
53README.md
54/korap-mcp
Akrone73bc912025-06-17 16:36:45 +020055/examples
Akron90f65212025-06-12 14:32:55 +020056sandbox