Diff of /.gitignore [000000] .. [7f9fb8]

Switch to unified view

a b/.gitignore
1
junit-results.xml
2
*.pyc
3
*.pyo
4
*.sh
5
*.so
6
*.fif
7
*.tar.gz
8
*.log
9
*.stc
10
*~
11
.#*
12
*.swp
13
*.lprof
14
*.npy
15
*.zip
16
*.fif.gz
17
*.nii.gz
18
*.tar.*
19
*.egg*
20
*.tmproj
21
*.png
22
*.dat
23
# make sure we ship data files
24
!mne/data/**/*.dat
25
!mne/data/**/*.fif
26
!mne/data/**/*.fif.gz
27
!mne/icons/**/*.png
28
.DS_Store
29
events.eve
30
foo-lh.label
31
foo.lout
32
bar.lout
33
foobar.lout
34
epochs_data.mat
35
tmp-*.w
36
tmtags
37
auto_examples
38
MNE-eegbci-data*
39
MNE-misc-data*
40
MNE-sample-data*
41
MNE-somato-data*
42
MNE-spm-face*
43
MNE-testing-data*
44
MNE-brainstorm-data*
45
physionet-sleep-data*
46
MEGSIM*
47
build
48
coverage
49
htmlcov
50
.cache/
51
.pytest_cache/
52
__pycache__/
53
prof/
54
mne/viz/_brain/tests/.ipynb_checkpoints
55
56
dist/
57
doc/_build/
58
doc/generated/
59
doc/auto_examples/
60
doc/auto_tutorials/
61
doc/modules/generated/
62
doc/sphinxext/cachedir
63
tutorials/intro/report.h5
64
tutorials/intro/report_partial.hdf5
65
tutorials/misc/report.h5
66
tutorials/io/fnirs.csv
67
pip-log.txt
68
.coverage*
69
!.coveragerc
70
coverage.xml
71
tags
72
/doc/coverages
73
/doc/samples
74
/doc/fil-result
75
/doc/optipng.exe
76
/doc/sphinxext/.joblib
77
sg_execution_times.rst
78
sg_api_usage.rst
79
sg_api_unused.dot
80
cover
81
*.html
82
83
*.orig
84
85
# PyCharm
86
.idea/**
87
88
# sublime
89
*-e
90
91
# Visual Studio Code
92
.vscode
93
94
# Emacs
95
*.py#
96
*.rst#
97
98
.venv/
99
venv/
100
/*.json
101
!codemeta.json
102
.hypothesis/
103
.ruff_cache/
104
.ipynb_checkpoints/