# First, ignore everything
*
# Now, whitelist anything that's a directory
!*/
# whitelist only the files that ever need to be tracked
!*.f90
swiftest_driver.sh
!CMakeLists.txt
!*.cmake
!COPYING.txt
!CHANGELOG 
!README.md
!README_figs/**
!README_tables/**
!paper/paper.md
!paper/paper.bib
!paper/performance.png
!README.swifter 
dump*
!**/.gitignore
!.github/workflows/build_wheels.yml
!setup.py
!examples/**
!swiftest/**
!tests/**
*ipynb_checkpoints
**/.DS_Store
version.txt
!LICENSE.txt
!requirements.txt
!pyproject.toml
**/_skbuild
*.egg*
swiftest-*
__pycache__*
_cmake*
_dependencies


#Documentation
!docs/*
!docs/*/*
!docs/*/*/*
!README_figs/*

#Docker and Singularity files
!docker/
!singularity/
!Dockerfile.*
!environment.yml
!.dockerignore

bin/
build/*
hdf5-*
netcdf-c-*
netcdf-fortran-*
zlib-*

actions-runner*