-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
25 lines (21 loc) · 783 Bytes
/
.gitignore
File metadata and controls
25 lines (21 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.DS_Store
# mcp-sync: local secrets — copy from mcp-servers.json.example and fill in tokens.
mcp-sync/mcp-servers.json
# skills-engineering: local machine sync config (see scripts/config.local.sh.example)
skills-engineering/scripts/config.local.sh
# Claude Code: project-local permissions and paths (repo root)
.claude/settings.local.json
# mcp-sync/lanhu-mcp (Python MCP; paths scoped to this subtree)
mcp-sync/lanhu-mcp/**/__pycache__/
mcp-sync/lanhu-mcp/**/*.py[cod]
mcp-sync/lanhu-mcp/**/*.egg-info/
mcp-sync/lanhu-mcp/**/*.egg
mcp-sync/lanhu-mcp/.venv/
mcp-sync/lanhu-mcp/.env
mcp-sync/lanhu-mcp/.pytest_cache/
mcp-sync/lanhu-mcp/.coverage
mcp-sync/lanhu-mcp/htmlcov/
mcp-sync/lanhu-mcp/logs/
mcp-sync/lanhu-mcp/data/
mcp-sync/lanhu-mcp/.idea/
mcp-sync/lanhu-mcp/.vscode/