# Ignore everything.
**

# Except the following.
!src
!LICENSE.txt
!pyproject.toml
!uv.lock
!README.md

# Filter unwanted files from included folders.
**/__pycache__
**.py[cod]
