Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@cryptotaxi247
/
netdata
netdata
/
src
/
web
/
mcp
/
bridges
/
stdio-golang
/
.gitignore
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
text
19 lines
158 Bytes
Copy permalink
Copy
Raw
1
# Binary
2
nd-mcp
3
4
# Build cache and directories
5
/bin/
6
/pkg/
7
8
# Debug files
9
*.debug
10
*.test
11
debug
12
debug.test
13
14
# IDE specific files
15
.idea/
16
.vscode/
17
*.swp
18
*.swo
19
*~