-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitignore
More file actions
68 lines (65 loc) · 1.04 KB
/
.gitignore
File metadata and controls
68 lines (65 loc) · 1.04 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
.coverage*
.DS_Store
.env
.env.zenodo
.env.figshare
.ruff_cache/
.secret
.venv*
.vscode/
.venv-ci*
*.egg-info
*.isorted
*.json
!coverage.json
!coverage.xml
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/