# Ignore all
*

# Add build files
!Makefile
!pyproject.toml
!uv.lock
!README.md

# Add code
!src

# Ignore caches
**/.mypy_cache
**/__pycache__
