Skip to main content
Glama
by DemoDaygit
.gitignoreβ€’2.92 kB
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # ============================================================================= # Node.js / Next.js # ============================================================================= # dependencies node_modules/ /.pnp .pnp.* .yarn/* !.yarn/patches !.yarn/plugins !.yarn/releases !.yarn/versions # testing /coverage # next.js /.next/ /out/ # production /build # misc .DS_Store *.pem # debug npm-debug.log* yarn-debug.log* yarn-error.log* .pnpm-debug.log* # vercel .vercel # typescript *.tsbuildinfo next-env.d.ts # ============================================================================= # Python # ============================================================================= __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ # Python lib directories (at root level only) /lib/ /lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg venv/ ENV/ .venv/ .pytest_cache/ .mypy_cache/ .ruff_cache/ # ============================================================================= # Environment # ============================================================================= # env files (keep .env.example for documentation) .env .env.local .env.*.local !.env.example # ============================================================================= # IDE / Editor # ============================================================================= .idea/ .vscode/ *.swp *.swo *~ *.sublime-workspace *.sublime-project # ============================================================================= # Cache / Temporary # ============================================================================= .cache/ .npm/ .npm-global/ .local/ .config/ *.tmp *.temp .npmrc .wget-hsts # Logs logs/ *.log dev.log server.log # ============================================================================= # Database # ============================================================================= # Keep db directory but ignore actual database files db/*.db db/*.sqlite3 *.db *.sqlite3 !db/.gitkeep # ============================================================================= # Security # ============================================================================= # SSL certificates ssl/ *.crt *.key *.pem # Secrets secrets/ *.secret # ============================================================================= # Project Specific # ============================================================================= # Z-AI specific local-* .claude .z-ai-config test prompt # Grafana provisioning (created at runtime) grafana/ # ============================================================================= # OS Generated # ============================================================================= .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DemoDaygit/mcp-biz'

If you have feedback or need assistance with the MCP directory API, please join our Discord server