-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (37 loc) · 803 Bytes
/
.gitignore
File metadata and controls
46 lines (37 loc) · 803 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
42
43
44
45
46
# Orchestrator settings
crates/orchestrator/assets/settings.yml
monitoring/prometheus.yaml
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Generated by Tarpaulin
tarpaulin-report.html
cobertura.xml
# Generated by macOS
.DS_Store
.idea
local-dryrun/data/
/crates/starfish-core/latency_delays.log
/latency_delays.log
# Local scripts and outputs
*.sh
*.pdf
*.tex
*.txt
!papers/*.pdf
scripts/plot_*.py
scripts/__pycache__/
# But track local-dryrun sources, not generated data
!local-dryrun/
!local-dryrun/README.md
!local-dryrun/dryrun.sh
# Benchmark results
results/
# Local tooling
.claude/
.claude/settings.local.json