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
# Rust
/target
/fuzz/target
/fuzz/corpus
/fuzz/artifacts
/fuzz/Cargo.lock
**/*.rs.bk
# Large Wikipedia dumps & generated output — never commit these
/data/
/out/
*.bz2
*.xml.bz2
# parserTests.txt is GPL — fetched at test time (cargo xtask fetch-parser-tests), never committed
/tests/fixtures/parserTests.txt
# Differential harness cache — real Wikipedia pages (CC-BY-SA) fetched by
# `cargo xtask diff-fetch`; never committed. Only the title list is committed.
/tests/diff/cache/
# WikiExtractor Python venv (comparison baseline)
.venv/
# Bliki comparison baseline (downloaded jars + compiled harness)
/tools/bliki/lib/
/tools/bliki/out/
/tools/bliki/.cs
# macOS
.DS_Store
# Editors
*.swp
.idea/
.vscode/
# Local agent/skill scaffolding materialized by the harness — never publish
.agents/