*.pyc
*.so
*~
.#*
*.nt.bz2
*.swp
*.swo
*#

.mypy_cache

# ignore python type annotation stubs for now
*.pyi

nilearn_cache
nilearn_data

pip-log.txt

.tox

.ropeproject/

tmp

# Generic python
__pycache__

#  JS
node_modules

# Mac OS X
.DS_Store

# IDE related
.idea/
.vscode/

# build related
nilearn.egg-info/
build
dist/
nilearn/_version.py


# notebooks
.ipynb_checkpoints

# virtual environment
env*/
venv*/

# testing
.nyc_output
.puppeteerEndpoint
.pytest_cache
*diff.png
report*.html
tests_to_run.txt
tests/js/*.html
tests/js/*.png


# CI benchmark
maint_tools/*_runs_timing.*

# coverage
.coverage
.coverage*
coverage
coverage.xml
nosetests_coverage/

# documentation
doc/_build/
doc/auto_examples/
doc/building_blocks/generated/
doc/ci.rst
doc/generated/
doc/modules/generated/
doc/modules/generated_reports/*.html
doc/modules/description
doc/sg_execution_times.rst
doc/themes/nilearn/static/jquery.js
doc/jupyterlite_contents/auto_examples
doc/.jupyterlite.doit.db
doc/tmp.html
log.txt
build.txt
pattern.txt
examples.txt
gitlog.txt
merge.txt
__marimo__
tmp.html

# examples
results/

# node
package-lock.json

# pydeps output
nilearn.svg

# uv
uv.lock
.python-version
