-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
88 lines (75 loc) · 1.39 KB
/
Copy path.dockerignore
File metadata and controls
88 lines (75 loc) · 1.39 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
# Dependencies & build artifacts
node_modules
**/node_modules
.git
dist
coverage
.turbo
.next
.cache
*.log
# Agent worktrees + bench output — multi-GB, never needed in any build context.
# (.scratch alone is ~12GB of worktree copies; its absence here ballooned the
# build context to 1.8GB+ and crashed buildkit. See P.002.)
.scratch/
.bench-logs/
quantum_receipts/
# Rust build artifacts
target/
# Large non-essential directories
datasets/
# benchmarks/ — kept: pnpm-workspace.yaml includes benchmarks/*, lockfile needs their package.json
demos/
samples/
compositions/
proposals/
docs/
infrastructure/
k8s/
packaging/
audit-results/
.performance-reports/
.stryker-tmp/
.stryker-cache/
playwright-report/
test-results/
# AI/ML artifacts
*.jsonl
training_audit.csv
synthetic_*.txt
.ai-workspace/
.ai-context-stream.jsonl
# IDE & OS
.idea/
.vscode/
.DS_Store
Thumbs.db
# Environment files (never in Docker context)
.env
.env.local
.env.*.local
# Debug/temp files
*.tmp
tmp/
temp/
*.out
*_out.txt
*_out.json
*_result.txt
*_result*.txt
# Video output
packages/video-tutorials/out/
packages/video-tutorials/public/narration/
packages/video-tutorials/public/captures/
# Native build artifacts
packages/tree-sitter-holoscript/build/
# Tauri (desktop app, not needed in Docker)
packages/tauri-app/src-tauri/gen/
# VSIX
*.vsix
# Secrets
.secrets/
# HoloMesh/daemon local state
.holoscript/
.holomesh/
.gitnexus/