feat: initial commit from workspace-mcp
Some checks failed
Check Maintainer Edits Enabled / check-maintainer-edits (pull_request) Has been cancelled
Check Maintainer Edits Enabled / check-maintainer-edits-internal (pull_request) Has been cancelled
Docker Build and Push to GHCR / build-and-push (pull_request) Has been cancelled
Ruff / ruff (pull_request) Has been cancelled
Some checks failed
Check Maintainer Edits Enabled / check-maintainer-edits (pull_request) Has been cancelled
Check Maintainer Edits Enabled / check-maintainer-edits-internal (pull_request) Has been cancelled
Docker Build and Push to GHCR / build-and-push (pull_request) Has been cancelled
Ruff / ruff (pull_request) Has been cancelled
This commit is contained in:
39
.gitignore
vendored
Normal file
39
.gitignore
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
# ---- Python artefacts --------------------------------------------------
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.so
|
||||
.mcp.json
|
||||
claude.md
|
||||
.beads/*
|
||||
.beads/issues.jsonl
|
||||
|
||||
# ---- Packaging ---------------------------------------------------------
|
||||
*.egg-info/
|
||||
build/
|
||||
dist/
|
||||
|
||||
# ---- Environments & tooling -------------------------------------------
|
||||
.env
|
||||
.venv/
|
||||
venv/
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# ---- macOS clutter -----------------------------------------------------
|
||||
.DS_Store
|
||||
|
||||
# ---- Secrets -----------------------------------------------------------
|
||||
client_secret.json
|
||||
|
||||
# ---- Logs --------------------------------------------------------------
|
||||
mcp_server_debug.log
|
||||
|
||||
# ---- Local development files -------------------------------------------
|
||||
/.credentials
|
||||
/.claude
|
||||
.serena/
|
||||
Caddyfile
|
||||
ecosystem.config.cjs
|
||||
|
||||
# ---- Agent instructions (not for distribution) -------------------------
|
||||
.github/instructions/
|
||||
Reference in New Issue
Block a user