Files
breakpilot-core/.gitignore
Sharang Parnerkar 27479ee553
Some checks failed
Build pitch-deck / build-and-push (push) Failing after 1m2s
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-consent (push) Successful in 35s
CI / test-python-voice (push) Successful in 35s
CI / test-bqas (push) Successful in 34s
CI / Deploy (push) Failing after 3s
docs(mcp-server): add README + gitignore .mcp.json
Setup instructions for the pitch version MCP server.
.mcp.json contains the admin secret and is gitignored.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 10:36:54 +02:00

65 lines
503 B
Plaintext

# Environment
.env
.env.local
.env.backup
# Secrets
secrets/
*.pem
*.key
.mcp.json
# Node
node_modules/
.next/
# Python
__pycache__/
*.pyc
venv/
.venv/
# Docker
backups/*.backup
# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Logs
*.log
# Large files
*.pdf
*.docx
*.xlsx
*.pptx
*.mp4
*.mp3
*.wav
# Compiled binaries
billing-service/billing-service
consent-service/server
*.exe
*.dll
*.so
*.dylib
# Large files
*.zip
*.gz
*.tar
*.sql.gz
*.pdf
*.docx
*.xlsx
*.pptx
# Coverage
coverage/
*.coverage