-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (41 loc) · 863 Bytes
/
Copy path.gitignore
File metadata and controls
43 lines (41 loc) · 863 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
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/
.env
checkpoints/
outputs/
*.parquet
*.jsonl
!examples/*.jsonl
graphify-out/
deploy/team/
*.db
*.db-journal
*.db-wal
*.db-shm
benchmarks/results-managed-security/runs/
.managed-test-artifacts/
rust-worker/target/
# Generated benchmark run output, not source -- the benchmark scripts themselves are tracked.
benchmarks/results-*/
benchmarks/results-*.log
benchmarks/_*.json
# Stray artifacts that have shown up in this working tree from local runs -- not part of the
# project. The venv-shaped one (bin/lib/lib64/include/pyvenv.cfg at repo root) came from a
# `python -m venv` accidentally targeted at the repo root instead of .venv/.
/bin/
/lib/
/lib64
/include/
/pyvenv.cfg
/.stress_output.checkpoint.json
/stress_25k_out.report.json
/train_25k_clean.report.json