77 lines
1005 B
Plaintext
77 lines
1005 B
Plaintext
node_modules/
|
|
dist/
|
|
.pnpm-store/
|
|
.next/
|
|
.next-dev/
|
|
*.tsbuildinfo
|
|
coverage/
|
|
*.patch
|
|
*-context.md
|
|
# Local/generated investigation artifacts
|
|
.issue-assets/
|
|
handoff/
|
|
artifacts/
|
|
changelog/
|
|
packages/web/screenshots/
|
|
.playwright-cli/
|
|
|
|
# Environment files (secrets)
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
.env.production.local
|
|
.env.development.local
|
|
.env.test.local
|
|
|
|
# Credentials and secrets
|
|
*.key
|
|
*.pem
|
|
*.p12
|
|
*.pfx
|
|
*.cer
|
|
*.crt
|
|
*.der
|
|
*.csr
|
|
secrets.yaml
|
|
secrets.yml
|
|
credentials.json
|
|
credentials.yaml
|
|
*-credentials.*
|
|
.secrets/
|
|
.credentials/
|
|
|
|
# API keys and tokens
|
|
.token
|
|
.api-key
|
|
*-token.txt
|
|
*-api-key.txt
|
|
|
|
# Cloud provider credentials
|
|
.aws/
|
|
.gcloud/
|
|
.azure/
|
|
|
|
# SSH keys
|
|
id_rsa
|
|
id_dsa
|
|
id_ecdsa
|
|
id_ed25519
|
|
*.ppk
|
|
|
|
# Development symlinks (created per-worktree, not committed)
|
|
.claude
|
|
packages/web/agent-orchestrator.yaml
|
|
|
|
# Local agent orchestrator config (may contain secrets)
|
|
agent-orchestrator.yaml
|
|
|
|
# Agent configuration and activity logs
|
|
.claude/
|
|
.opencode/
|
|
.ao/
|
|
|
|
# OS-specific files
|
|
.DS_Store
|
|
Thumbs.db
|
|
package-lock.json
|