# ignore *everything*
*
!/**/
# and then this 'unignores' anything with an extension
!*.*
# now, the rest of your gitignore should appear after the above
# on windows Stan executables end in .exe
*.exe
# Ignore temporary files created as part of compilation.
*.hpp
*.o
*.so
/.quarto/
_freeze
_site
*_cache
*_files
figs
*.rmarkdown
*.ipynb