# Ignore everything by default
*

# Recurse into directories
!*/


# Whitelist: only source code and docs
!*.py
!README.md
!AGENTS.md
!.gitignore
