# ignore everything
*

# except pyproject files
!poetry.lock
!pyproject.toml
!README.md

# and python scripts
!**/*.py
!**/py.typed
