Akron | 90f6521 | 2025-06-12 14:32:55 +0200 | [diff] [blame^] | 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 |
| 15 | vendor/ |
| 16 | |
| 17 | # Go workspace file |
| 18 | go.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 |
| 32 | ehthumbs.db |
| 33 | Thumbs.db |
| 34 | |
| 35 | # Configuration files (exclude real configs, keep examples) |
| 36 | config.json |
| 37 | *.env |
| 38 | |
| 39 | # Build artifacts |
| 40 | /bin/ |
| 41 | /dist/ |
| 42 | /build/ |
| 43 | |
| 44 | # Logs |
| 45 | *.log |
| 46 | logs/ |
| 47 | |
| 48 | # Coverage reports |
| 49 | coverage.html |
| 50 | coverage.out |
| 51 | |
| 52 | progress.txt |
| 53 | README.md |
| 54 | /korap-mcp |
| 55 | sandbox |