# Ignore Python cache and build files
__pycache__/
*.pyc
*.pyo
*.pyd
dist/
build/
*.egg-info/
venv/


# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
.venv_coord2region

nimare_data/

study_data/
examples/studies*/

# Sphinx documentation
docs/_build/
make.bat
docs/source/generated
docs/source/auto_examples
coord2region/_version.py
