forked from magnitudedev/magnitude
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (38 loc) · 970 Bytes
/
Copy path.gitignore
File metadata and controls
41 lines (38 loc) · 970 Bytes
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
node_modules
# Rust/CMake outputs, including temporary standalone parity-crate builds.
inference/target/
inference/**/target/
inference/dist/
# Optional workspace-local model cache; the default cache is under inference/target/.
inference/.parity-models/
# Parity evidence uses unique, immutable run directories and is never source.
inference/results/parity/
# Composite benchmark evidence is likewise generated and immutable.
inference/results/benchmark/
# TypeScript benchmark evidence is generated, immutable, and workspace-local.
benchmark-results/
.turbo
dist
/bin
*.log
.env
.env.*
!.env.example
.DS_Store
release-artifacts
/jobs
packages/agent/tmp
*.tsbuildinfo
notes
.motel-data
specs
bugs
# Web / Desktop
web/dist
web/node_modules
desktop/out
desktop/node_modules
packages/launcher/bin/magnitude.js
# Generated from packages/release/release-plan.json by packages/version/scripts/generate-version.ts
packages/acn-protocol/src/rpc-version.ts
.humanlayer/tasks/