-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
108 lines (105 loc) · 1.54 KB
/
Copy path.gitignore
File metadata and controls
108 lines (105 loc) · 1.54 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# Cache & large model weights
# Data artifacts
# IDE
# Jupyter
# Jupyter
# LaTeX
# OS
# Python
# Temporary helper / check scripts
*$py.class
**/.cache/**
**/huggingface/**
*.acn
*.acr
*.alg
*.aux
*.bbl
*.bcf
*.bin
*.blg
*.ckpt
*.egg
*.egg-info/
*.fdb_latexmk
*.fls
*.glg
*.glo
*.gls
*.ipynb_*
*.ist
*.lof
*.log
*.lot
*.maf
*.mtc
*.mtc0
*.nav
*.out
*.pdfsync
*.pth
*.py[cod]
*.run.xml
*.safetensors
*.slg
*.snm
*.so
*.swo
*.swp
*.syf
*.syg
*.synctex(busy)
*.synctex.gz
*.toc
*.vrb
*~
*-blx.bib
.DS_Store
.DS_Store
.DS_Store?
.eggs/
.env
.idea/
.ipynb_checkpoints/
.project
.pydevproject
.pytest_cache/
.settings/
.Spotlight-V100
.Trashes
.venv
.vscode/
__pycache__/
__pycache__/
_check_syntax.py
_validate.py
build/
check_braces.py
checkpoint.json
ckpt.json
Desktop.ini
dist/
ehthumbs.db
env/
results/bias_interaction_synthetic_v2.csv
results/corrected_*.csv
results_rootcause/*.csv
Thumbs.db
venv/
.hermes/
paper/honest/*.pdf
paper/honest/superseded/*.pdf
# Zenodo upload artifacts (archived at DOI 10.5281/zenodo.21499823)
zenodo/
# Working directories the repo's own tooling creates in the root. Both are
# transient and both are removed on a clean exit -- which is exactly why they
# need to be here: after an interrupted run they survive, and `git add -A`
# would commit stashed copies of the paper's sources (.mutation_stash) or an
# entire virtualenv (.verify-venv).
.mutation_stash/
.verify-venv/
# the stash the lock guards run the checker against, so they do not have to
# skip whenever a real mutation run is in progress
.mutation_stash_guard_probe/
__pycache__/
*.pyc