*
!/.gitignore
!/.github/
!/.github/**

!/Cargo.toml
!/Cargo.lock
!/README.md

!/src/
!/src/**
!/tests/
!/tests/**

!/examples/
!/examples/**
