-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (38 loc) · 748 Bytes
/
.gitignore
File metadata and controls
51 lines (38 loc) · 748 Bytes
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
# Mac Finder display config
*.DS_Store
# PyCharm config
*.idea
# VSCode config
*.vscode
# Jupyter notebook checkpoints
*.ipynb_checkpoints/
# Python bytecode
*__pycache__
# scratch files
scratch/
# khan-helpers package distribution
*.egg-info
# raw participant data
exp/efficient-learning-khan.db
# license-restricted font files
data/fonts/
# psiTurk console command history
exp/.psiturk_history
# private keys for psiTurk & AWS
exp/.psiturkconfig
# logfile for psiTurk experiment server
exp/server.log
# latex extensions
paper/**/*.aux
paper/**/*.fdb_latexmk
paper/**/*.fff
paper/**/*.fls
paper/**/*.log
paper/**/*.out
paper/**/*.synctex.gz
paper/**/*.blg
paper/**/*.bbl
texput.log
paper/.#compile.sh
# MS Word temp files
paper/**/~$*