# this line ignores everything
*
!/**/
# and then this 'unignores' anything with an extension
!*.*
# and we re-ignore hpp and exe files
*.hpp
*.exe
*.csv
.ipynb_checkpoints
!make_odds.hpp