-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (49 loc) · 985 Bytes
/
.gitignore
File metadata and controls
57 lines (49 loc) · 985 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
# --- 1. EEG Data (The big files) ---
raw/
*.vhdr
*.vmrk
*.eeg
*.bdf
*.fif
*.set
*.fdt
*.edf
# --- 2. Outputs & Temporary files ---
outputs/
__pycache__/
*.pyc
.idea/
.venv/
env/
# --- 3. Documentation & Images (Privacy) ---
*.docx
*.pdf
*.png
*.svg
*.pptx
# --- 4. System Files ---
.DS_Store
Thumbs.db
.env
# --- 5. Exclude WAND script (separate repo) ---
WAND_full_induction.py
# --- 6. Old/superseded analysis plans and removed scripts ---
docs/old_analysis/
docs/v2_plan_text.txt
eeg_pipeline/analysis/removed/
archive/
eeg_pipeline/outputs/analysis_figures/
eeg_pipeline/outputs/group_figures/
# --- 7. Local development files ---
ERRORS_AND_FIXES.md
eeg_pipeline/outputs/logs/
eeg_pipeline/outputs/qc/
eeg_pipeline/outputs/reports/
vis_log.txt
# --- 8. Local datasets and pipeline run artifacts ---
openneuro_ds004350/
eeg_pipeline/outputs/
# --- 9. Local config artifacts ---
eeg_pipeline/config/backups/
eeg_pipeline/config/presets/
eeg_pipeline/config/adapters/*.json