-
Notifications
You must be signed in to change notification settings - Fork 19
/
.gitignore
67 lines (50 loc) · 813 Bytes
/
.gitignore
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
# Ignore all caching folders
*cache/
*/__pycache__/
*cache_dir/
# Ignore analysis results
analysis/*/
# Ignore results
tmp_results*/
results*/
models/*
*results*/
neighbor_gen_new/*
new_neigh_mia/*
# Ignore generated data, except gpt paraphrasing scripts
data/*/
!data/gpt_generated_paraphrases/
data/*/out/*
# Ignore local results files
local/*results.json
# Logs (from cluster runs)
logs/*
logs_cluster/*
# Vscode
.vscode/*
# SLURM files
*.slurm
# Package files
*.egg-info/
# Images
*.png
*.pdf
# Font files
*.ttf
# Notebook checkpoints
.ipynb_checkpoints/
# WanDB
wandb/*
# Quantile model (trained)
quantile_ref_model/*
# Do not ignore assets/
!assets/*.png
# Temp
table*/*
fig7/*
new_mi/*
DEBUG/*
# Ignore all tar.gz files
*.tar.gz
# Ignore resources for edited members
edit_distance_members