This repository was archived by the owner on Apr 3, 2026. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
200 lines (178 loc) · 3.18 KB
/
.gitignore
File metadata and controls
200 lines (178 loc) · 3.18 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
# Build tools — never commit
bfg.jar
*.jar
# CI artefacts — generated on-demand, never commit
coverage.xml
*.coverage
htmlcov/
sqlalchemy2-migration.bundle
# Secrets and sensitive files
*.env
*.env.*
!.env.example
*.pem
*.key
*.p12
*.pfx
*.jks
*.keystore
id_rsa
id_dsa
id_ed25519
*_rsa
*_ecdsa
*_ed25519
data/ollama/id_*
data/secrets/
data/certs/
*.pub
token.txt
secrets/
credentials.json
client_secret.json
.env1
# .cursorignore / .traeIgnore / .aiexclude
.env
.env.local
.env.production
*.secret
.env.nemoclaw
.env.production
.env1
# IDE and Editor files
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db
# Build and dependency directories
node_modules/
.npm/
.pnpm-store/
.next/
out/
dist/
coverage/
.turbo/
__pycache__/
.pytest_cache/
.venv/
venv/
.coverage
*.pyc
*.pyo
*.pyd
.docker/
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
grafana_quota.log
*.bundle
# Testing & reports
playwright-report/
test-results/
.lighthouseci/
*.tsbuildinfo
test.db
# Health reports / AI outputs - never commit secrets
docs/health-reports/*.local.md
*.pat.txt
docs/outputs/
# Prometheus local overrides (Grafana Cloud remote_write credentials)
monitoring/prometheus/prometheus.cloud.local.yml
# Specific ignore patterns
data/ollama/models
scripts/verify_env.py
k8s/01-secrets.yaml
k8s/02-secrets.yaml
k8s/patch-secret.yaml
nginx/ssl/privkey.pem
hyper-mission-system/certs/localhost.key
HEALTH_CHECK_STATUS_REPORT_*.md
full-docker-health-report.json
health_check_inventory.json
COMPLETE_SYSTEM_STATUS.md
SYSTEM_STATUS_QUICK_VIEW.txt
# Ignore specific sensitive files found during scan
docs/archive/Docker help
docs/archive/agent upgrade
docs/archive/docker/docker-compose.agents.yml
docs/archive/docker/docker-compose.ci.yml
docs/archive/docker/docker-compose.monitoring.yml
docs/archive/docker/docker-compose.prod.yml
docs/archive/docker/docker-compose.production.yml
docs/archive/docker/docker-compose.test.yml
docker-compose.health.yml
docs/archive/legacy/
hyper-mission-system/docker-compose.prod.yml
k8s/04-postgres.yaml
k8s/05-backup-cronjob.yaml
k8s/05-postgres.yaml
k8s/07-crew-orchestrator.yaml
k8s/07-observability.yaml
k8s/08-agents.yaml
k8s/09-data-services.yaml
k8s/11-monitoring.yaml
k8s/14-grafana-dashboards-alertmanager.yaml
k8s/Makefile
# Generated test/coverage outputs
coverage.xml
test-*.txt
.coverage
.env1
.venv_broken/
tcc-agent.exe
tcc-agent.exe
testcontainers-cloud-nodejs-example/
# ===== HyperCode V2.0 - Generated artifacts (do not commit) =====
backend/outputs/
backend/cov.json
backend/coverage.xml
coverage.xml
*.coverage
.coverage
htmlcov/
# Runtime logs
*.log
logs/
# Agent runtime outputs
agents/*/outputs/
agents/*/logs/
# OS artifacts
Thumbs.db
desktop.ini
# Compiled binaries
*.exe
*.jar
*.test.exe
# Build artifacts
agents/dashboard/.next/
agents/**/node_modules/
**/.next/
**/node_modules/
# TLS / SSL Keys - NEVER commit these
*.key
*.pem
*.crt
*.p12
*.pfx
# Compiled test binaries
quantum-compiler/*.exe
quantum-compiler/*.test.exe
# Agent runtime memory (ChromaDB vector data)
agents/memory/
**/*.bin
**/data_level0.bin
**/header.bin
**/length.bin
**/link_lists.bin
# Frontend build artifacts
.next/
node_modules/
agents/**/.next/
agents/**/node_modules/
dashboard/.next/