-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
73 lines (59 loc) · 926 Bytes
/
.gitignore
File metadata and controls
73 lines (59 loc) · 926 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
# Virtual environments
env/
venv/
ENV/
env.bak/
venv.bak/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
nul
# Data files (large binary files)
*.npy
data/batch_data*.npy
!data/task_v5/batch_data.npy
# Claude Code configuration
.claude/
# Stack dumps
*.stackdump
# Temporary/backup files
*_backup.*
*_old.*
figures_old/
tmpclaude-*
pipeline_run.log
# PsychoJS lib (belongs in experiment repo, not analysis)
lib/
# physicsTask (now a separate repo — pip install from GitHub)
physicsTask/
# Legacy/archived folders (not for public release)
/_archive/
data/v2/
data/v4/
figures/v2/
figures/v4/
figures/v5_legacy/
figures/archive/
figures/v5/_archive*/
data/human_v5/archive/
# Validation scripts and figures
validation/
figures/validation/
scripts/validation/
# Scripts archive
scripts/analysis/_archive/
pyExps/
# GSD planning files
.planning/