Skip to content

Commit

Permalink
Unignore files (mne-tools#12291)
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Larson <[email protected]>
  • Loading branch information
cbrnr and larsoner authored Dec 12, 2023
1 parent 4e2a600 commit 7ce9aa1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,18 @@ junit-results.xml
*.tmproj
*.png
*.dat
# make sure we ship data files
!mne/data/**/*.dat
!mne/data/**/*.fif
!mne/data/**/*.fif.gz
!mne/icons/**/*.png
.DS_Store
events.eve
foo-lh.label
foo.lout
bar.lout
foobar.lout
epochs_data.mat
memmap*.dat
tmp-*.w
tmtags
auto_examples
Expand Down Expand Up @@ -62,11 +66,11 @@ tutorials/misc/report.h5
tutorials/io/fnirs.csv
pip-log.txt
.coverage*
!.coveragerc
coverage.xml
tags
doc/coverages
doc/samples
doc/*.dat
doc/fil-result
doc/optipng.exe
sg_execution_times.rst
Expand All @@ -93,6 +97,7 @@ cover
.venv/
venv/
*.json
!codemeta.json
.hypothesis/
.ruff_cache/
.ipynb_checkpoints/
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,6 @@ Forum = "https://mne.discourse.group/"
"Source Code" = "https://github.com/mne-tools/mne-python/"

[tool.hatch.build]
artifacts = [
"/mne/data/**/*.dat",
"/mne/data/**/*.fif",
"/mne/data/**/*.fif.gz",
"/mne/icons/**/*.png",
] # excluded via .gitignore, but we do want to ship those files
exclude = [
"/.*",
"/*.yml",
Expand Down

0 comments on commit 7ce9aa1

Please sign in to comment.