-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (34 loc) · 862 Bytes
/
Copy path.gitignore
File metadata and controls
49 lines (34 loc) · 862 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
47
48
49
# IDEs:
.vscode
# Rust:
typhoon/Cargo.lock
typhoon/target
# Tests:
typhoon/.bench_keys
typhoon/.test_keys
# Evaluation:
evaluation/transport/target
evaluation/transport/Cargo.lock
evaluation/protocols/quic/quic-eval/target
evaluation/protocols/quic/quic-eval/Cargo.lock
evaluation/protocols/wireguard_daita/wg-daita/go.sum
evaluation/protocols/wireguard_daita/wireguard-go
evaluation/protocols/wireguard_daita/machines-printer/target
evaluation/protocols/wireguard_daita/machines-printer/Cargo.lock
# Python
evaluation/**/__pycache__/
evaluation/**/*.pyc
evaluation/**/*.pyo
evaluation/.venv/
evaluation/dist/
evaluation/**/*.egg-info/
# Poetry
evaluation/poetry.lock
# Capture results (pcaps can be hundreds of MB)
evaluation/results/
perf.data*
# Diagrams and graphs
flamegraphs
diagrams
# Pipeline artifacts (ship as zipped bundles)
artifacts/