-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (51 loc) · 1.05 KB
/
Copy path.gitignore
File metadata and controls
59 lines (51 loc) · 1.05 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
# Julia
*.jl.cov
*.jl.*.cov
*.jl.mem
Manifest.toml
!docs/Manifest.toml
deps/deps.jl
deps/build.log
deps/downloads/
deps/usr/
deps/src/
# Docs build output
docs/build/
docs/site/
# Editor / OS
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
# Python scratch (occasionally used for oracle-fixture gen)
__pycache__/
*.pyc
.ipynb_checkpoints/
# R scratch (oracle fixtures)
.Rhistory
.RData
.Rproj.user/
# Intermediate JSON dumps from R-INLA fixture pipeline; only the JLD2
# under packages/*/test/oracle/fixtures/ is committed.
scripts/generate-fixtures/fixtures/
# Benchmark output — markdown results files are versioned per
# `plans/quality-and-perf-benchmarks.md` Part 2 ("Results are versioned
# in-repo so the user / reader can see how the gap evolves over
# releases"); transient JSON / tune artifacts are not.
benchmarks/results/*
!benchmarks/results/*.md
benchmarks/tune.json
bench/oracle_compare_julia.json
bench/oracle_compare_run.log
bench/diagnostics/*.log
# Local test artifacts
test/tmp/
**/test/tmp/
coverage/
lcov.info
# Claude / tooling
.claude/
.theme