-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
executable file
·46 lines (39 loc) · 1.04 KB
/
.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
# Ignore everything in results
results/**
profile_results/**
# Ignore everything in official_results
pyreft/loreft/official_results/*
# Unignore directories first (recursive include)
!pyreft/loreft/official_results/math/
!pyreft/loreft/official_results/commonsense/
# Unignore subdirectories within math and commonsense
!pyreft/loreft/official_results/math/**/
!pyreft/loreft/official_results/commonsense/**/
# Ignore all files in those directories (everything else)
pyreft/loreft/official_results/math/*
pyreft/loreft/official_results/commonsense/*
# Specifically unignore the JSON files
!pyreft/loreft/official_results/math/best_hyperparams.json
!pyreft/loreft/official_results/commonsense/best_hyperparams.json
# Specific includes/excludes for loreft dataset
!pyreft/examples/loreft/dataset
# Ignore other directories and file patterns
**/wandb/**
__pycache__/**
glue_data/**
.vscode/**
*.tar
*.pyc
**/ray_results/**
src/models/__pycache__/**
hostname.txt
rllab/**
req.txt
*.pt
log.txt
logs.txt
mihomo/**
test/**
**/profile_log/**
**/**log**/
**/*egg-info/**