-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitignore
More file actions
83 lines (79 loc) · 1.4 KB
/
.gitignore
File metadata and controls
83 lines (79 loc) · 1.4 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
.coverage*
.DS_Store
.env
.env.zenodo
.env.figshare
.ruff_cache/
.secret
.venv*
.vscode/
.venv-ci*
*.egg-info
*.isorted
*.json
!coverage.json
!coverage.xml
!codemeta.json
!docs/source/_extra/**/*.json
eegdash_cache/
*.npy
*Hugging*
*.py.isorted
**/__pycache__/
**/.eegdash_cache/
**/*/eegdash.egg-info/
*/*.npy
*/*/*.npy
# Exclude cloned dataset directories and JSON listings
# Generated dataset visualizations
#Mac files
build/
cover
data/
digestion_output/
dist/
# Documentation
docs/_build/
docs/build/
docs/auto_examples/
docs/auto_tutorials/
docs/modules/generated/
docs/source/_static/dataset_generated/
docs/source/api/api_dataset.rst
docs/source/api/dataset/*.rst
docs/source/api/datasets/*.rst
docs/source/api/generated/
docs/source/gen_modules/
docs/source/generated/
docs/source/sg_execution_times.rst
docs/sphinxext/cachedir
eegdash-dataset-listings/
eegdash-datasets/
eegdash/data/
examples/data
examples/eeg2025/weights*
note
pip-log.txt
tags
test_diggestion/
tests/.testeegdash/
tests/data/
*/*/test_cache/*
test_cache/*
CLAUDE.md
.claude/
.verify_cache/
.verify_cache_python/
.verify_cache_test/
eegdash-dataset-verification/
local_path_test/
logs/
logs-*.zip
scripts/cluster-*.sh
DEBUGGING.md
verification_report.md
# Claude "superpowers" skill output (specs / plans / scratch) — never track.
# Strong, path-anywhere match so it can never sneak into a commit again.
**/superpowers/
**/superpowers/**
*superpower*