generated from gdg94/codellmpersonalize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
43 lines (37 loc) · 1.01 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
# Ignore everything inside the data/ directory
data/*
jupyter/*
logs/*
# Ignore the openai key info
**/api_key.yaml
!logs/single_run_21_demo_easy/
!logs/saycan_paper/
!logs/sayplan_paper/
!logs/single_run_20_turbo_benevolence1_pomaria1/
!logs/single_run_22_turbo_other_5_scenes/
!logs/bt_6_m1_train_pair/
!logs/bt_7_p1_train_pair/
!logs/bt_8_p2_train_pair/
!logs/bt_9_r_train_pair/
!logs/ft_24_iter_1_from_bt_6_pair_personal/
!logs/ft_28_iter_2_from_ft_24_pair_personal/
!logs/ft_23_iter_1_from_bt_7_pair_personal/
!logs/ft_27_iter_2_from_ft_23_pair_personal/
!logs/ft_22_iter_1_from_bt_8_pair_personal/
!logs/ft_26_iter_2_from_ft_22_pair_personal/
!logs/ft_25_iter_1_from_bt_9_pair_personal/
!logs/ft_29_iter_2_from_ft_25_pair_personal/
!logs/eidf1/
!logs/eidf2/
!logs/ag1/
logs/**/videos/
logs/**/turn_measures/
logs/**/replays/
logs/**/navmesh/
logs/**/stdout-*.log
# Ignore any folder named __pycache__ and its contents
**/__pycache__/
**/cache/
# Ignore a file named oracle-log.txt
oracle-log.txt
.vscode/settings.json