forked from ChelseaKR/constituent-reconciler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (35 loc) · 973 Bytes
/
Copy path.gitignore
File metadata and controls
42 lines (35 loc) · 973 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
# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
# Environments
.venv/
venv/
# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Run outputs (never commit resolved records or review queues)
out/
out-dv/
*.out.csv
# Generated synthetic corpora (FIX-11): deterministic from the seed baked
# into tools/corpusgen, so the raw CSVs are reproducible and not committed.
# Only the derived report (eval/large-corpus-report.md) is committed. The
# -pdf directory holds the mixed CSV+PDF variant `make perf-baseline-pdf`
# generates, reproducible from the same seed and equally uncommitted.
eval/large-corpus/
eval/large-corpus-pdf/
# External benchmark corpora (docs/BENCHMARK.md): downloaded at run time
# from a pinned upstream and verified by digest, never committed. Only the
# derived report (eval/febrl4-report.md) is.
benchmarks/
# Node (accessibility audit tooling only; see docs/adr/0011)
node_modules/
.axe-fixtures/
# OS
.DS_Store
.coverage