-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
69 lines (63 loc) · 962 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
68
69
*.err # ignore job error outputs
*.log # ignore job log outputs
*.ipynb
*.jpg
*.png
*.pdf
# ignore data folder
data
dump
src/wm_suite/models/rnn/wandb
train_gpt2_jobs.sh # ignore the high-level script with login key info
/wandb/
/notebooks/
/notebooks/.ipynb_checkpoints/
/output/
/rnn/wandb/
hpc/*
/data/transformer_input_files/
/data/rnn_input_files/
/greene_scripts/lstm/wandb/
/src/wm_suite/rnn/wandb/
src/models/rnn/wandb/*
wm_suite/rnn/wandb/run-*
hpc/lstm/wandb/offline-run*/
hpc/lstm/wandb/run*/
~/work
data
rnn/lightning_logs
viz/.ipynb_checkpoints
# Editors
.idea
.vscode
### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Spyder project settings
.spyderproject
.spyproject
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Models
rnn_models