# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Compiled Python
__pycache__/
*.py[cod]


# Executables
*.exe
*.out
*.app

# CMake temporary output

CMakeCache.txt
CMakeFiles
cmake_install.cmake
install_manifest.txt

## Core latex/pdflatex auxiliary files:
*.aux
*.lof
*.log
*.lot
*.fls
*.out
*.toc

## Intermediate documents:
*.dvi

## Bibliography auxiliary files (bibtex/biblatex/biber):
*.bbl
*.bcf
*.blg
*-blx.aux
*-blx.bib
*.run.xml


# Common editor backups
~$*
*~
*.bak
\#*#

# Ignore Visual Studio User-specific files
*.suo
*.user
*.sln.docstates
*.pdf
*.manifest
*.exp

# Ignore Visual Studio Code User-specific files
build/
install/
.vscode/

# MATLAB

*.pdf
*.manifest

# MATLAB
*.asv
*.mex*

# Mac
.DS_Store
.cproject
.project
.settings

# other stuff
.cache
*.idea
*.user

# GATE/ROOT test binary data that should not be saved
examples/ROOT_files/ROOT_STIR_consistency/Gate_macros/main_GATE_macro_test*.mac
examples/ROOT_files/ROOT_STIR_consistency/pretest_output/root_data_test*.root
examples/ROOT_files/ROOT_STIR_consistency/pretest_output/root_header_test*.hroot
examples/ROOT_files/ROOT_STIR_consistency/*voxel_data_*.*
examples/ROOT_files/ROOT_STIR_consistency/pretest_output/stir_image*.*

