# Ignore everything
*
# But re-include the .gitignore file itself
!.gitignore
# Re-include all directories so Git will descend into them to check for whitelisted files
!*/
!*.py
!.python-version
# docs
!*.md
# config
!*.toml
!*.lock
!*.yml
!*.yaml
