This repository was archived by the owner on Jan 29, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy path.gitignore
More file actions
104 lines (90 loc) · 1.63 KB
/
.gitignore
File metadata and controls
104 lines (90 loc) · 1.63 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# Gemini-Flow
.gemini-flow/cache/
.gemini-flow/logs/
.gemini-flow/temp/
*.log
# Database files (may contain secrets)
*.db
*.db-wal
*.db-shm
*.sqlite
*.sqlite3
# Swarm and coordination files
.gemini-flow/
.swarm/
.hive-mind/
.benchmarks/
# CI/CD and Quality Assurance artifacts
reports/
coverage/
.nyc_output/
*.tgz
*.sarif
audit-*.json
security-*.md
license-*.json
load-test-*.json
load-test-*.html
axe-results.json
lighthouse-*.json
benchmark-*.js
security-scorecard.md
quality-reports/
# Performance and monitoring
benchmark-temp/
perf-results/
load-test-results/
artillery-results/
# Dependencies
node_modules/
.pnpm-debug.log*
# Environment and Secrets
.env
.env.local
.env.*.local
.env.development
.env.production
.env.test
# API Keys and Authentication
*.key
*.pem
auth_token.json
service-account-key.json
google-credentials.json
oauth-credentials.json
# MCP Settings with potential secrets
temp_mcp_settings.json
.mcp-config-local.json
# Package artifacts
*.tgz
# Temporary directories and test artifacts
temp-test/
deployment-test/
*-test/
test-temp/
# Security and audit logs
security-audit.log
audit-*.log
# Coverage and reports
coverage/
reports/temp/
*.coverage
# Temporary reports and completion documents (should be archived)
*_SUMMARY.md
*_REPORT.md
*_COMPLETION_*.md
GOOGLE_SERVICES_BENCHMARKS.md
V*.*.0-RELEASE-READINESS-REPORT.md
# Root directory cleanup - prevent clutter in project root
*.backup
*-backup.*
MIGRATION_PLAN.md
DUAL-MODE-IMPLEMENTATION-PLAN.md
NPM_PUBLICATION_REPORT.md
INTEGRATION_SUMMARY.md
PRODUCTION-SECURITY-HARDENING-SUMMARY.md
SWARM_COMPLETION_REPORT.md
*_IMPLEMENTATION_PLAN.md
test-*.sh
coordination/
*.md.bak