# Ignore emacs backup files
*~

# Ignore doc/build
# these are stored in gh-pages orphan branch
doc/build

# Ignore testsuite file/directories
testsuite*
caselist*

# Logs
*.runlog.*
*.bldlog.*
logs/
*.log
 Build artifacts
*.o*
*.e*
*.obj
*.mod
*.a
*.so
*.dylib
*.exe
*.out
*.OU

# CMake & build dirs
build/
bld/
obj/
CMakeFiles/
cmake-build*/
*_deps/
CMakeCache.txt
cmake_install.cmake

# Python
__pycache__/
*.pyc
.ipynb_checkpoints/

# Data / heavy outputs
*.nc
*.zarr/
*.tmp
*.mp4

# System
.DS_Store
