# General patterns
*.DS_store
*.ipynb_checkpoints*
*__pycache__*
*.so
*.a
.coverage*
*.pytest_cache
htmlcov
dist
build
*.egg*
*.whl
CMakeCache.txt
CMakeFiles
install_manifest.txt
cmake_install.cmake
wheelhouse

# Docs-specific patterns
docs/source/gallery/*
!docs/source/gallery/index.rst
PyOptik/data/**/test*
PyOptik/data/**/example*

# Override for documentation_build
!documentation_build
!documentation_build/**