-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
66 lines (57 loc) · 1.06 KB
/
.gitignore
File metadata and controls
66 lines (57 loc) · 1.06 KB
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
# Backups & drafts
*.bak
*.draft.md
det-chaos-*-backup.tex
# Python
__pycache__/
*.pyc
.ipynb_checkpoints/
# OS
.DS_Store
Thumbs.db
# Secrets & credentials
*.env
*.key
*.token
# Large data files (download from PhysioNet)
*.edf
*.rec
# Build artifacts
*.pdf
!Thornhill_2026_Dynamic_Existence_Threshold.pdf
*.log
*.ipynb
*.aux
*.out
*.bbl
*.blg
*Notes.bib
*.synctex.gz
*.toc
# Intermediate plots (publication figures are in figures/)
results/*.png
# Local working directories
archive/
.*config*/
.*/
# Local working files
provisional-patent*.md
provisional-patent*.tex
provisional-patent*.pdf
patent-filing/
patent-*results*.md
det-arxiv.tex
paper5-bridge-test/
*-review*/
figP*
# Unused figures
figures/fig[0-9]*_layer_decomposition.png
figures/fig[0-9]*_block_diagram.png
figures/fig[0-9]*_rxs_contour.png
figures/fig[0-9]*_rxs_surface.png
figures/fig[0-9]*_early_warning_flow.png
figures/fig[0-9]*_eeg_classifier_flow.png
figures/fig[0-9]*_health_monitor_arch.png
figures/fig[0-9]*_hardware_arch.png
figures/fig[0-9]*_worked_example.png
figures/fig[0-9]*_alert_visualization.png