-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
80 lines (68 loc) · 2.38 KB
/
Copy path.gitignore
File metadata and controls
80 lines (68 loc) · 2.38 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Dependencies — rebuildable from package.json (`npm install` in the skill's scripts/ dir)
node_modules/
**/node_modules/
# Python build artifacts
__pycache__/
**/__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
# R session noise
.Rhistory
.RData
.Rproj.user/
# OS / editor noise
.DS_Store
**/.DS_Store
Thumbs.db
*.swp
*~
# Backups / pre-rework artifacts
*.bak
**/*.backup
**/*.before-*
# Pixel-diff scratch from the audit-card render tests (regenerated by the test run)
**/tests/_*.png
**/tests/_*.html
# ==========================================================================
# PUBLIC-BOUNDARY RED LINE (G10 · L2) — run artifacts that must NEVER commit.
# Full policy + rationale: docs/PUBLICATION-BOUNDARY.md
# CI backstop: .github/scripts/scan_boundary.py (a hard gate if any of these,
# or run-identity / secret / machine-path literals, slip in).
#
# Anchored on REAL-RUN directory/file shapes, NOT on broad extensions, so the
# synthetic test fixtures stay committed. In particular this block does NOT
# ignore *.ris / *.csv / *.enw / *.bib — most of those in this repo are
# hand-built SYNTHETIC fixtures the tests depend on (e.g. good.ris, fix_wos.ris,
# good_cnki.csv, the g6_fulltext/ fixture tree). Ignoring them by extension
# would silently break the test suite. Real bibliographic-export LIBRARIES and
# OCR corpora are caught by directory name + by the >2MB blob rule in the
# scanner instead.
# ==========================================================================
# --- Copyrighted / paywalled PDFs: never, anywhere (0 belong in this repo) ---
*.pdf
**/*.pdf
# --- Real run directories (the pilot's working tree, if ever copied in) ------
情绪分化*/
**/情绪分化*/
# --- OCR full-text corpora (53-paper / 1.5G delivery trees from a real run) --
# Named after the real delivery roots; the synthetic g6_fulltext/ fixture
# does NOT match these patterns, so it stays tracked.
L6_fulltext_交付/
**/L6_fulltext_交付/
**/*_fulltext_交付/
**/*_全文交付/
**/fulltext_delivery/
**/全文语料/
# --- Bibliographic-export libraries & participant/subject literature libs ----
# Directory-anchored (real run export folders), never extension-anchored.
**/L5_manual_exports/
**/被试文献库/
**/题录库/
**/reference_library/
**/paper_library/
# --- OSF / large binary corpora dumps ----------------------------------------
*.osf
*.sav
*.dta