# Ignore all subdirectories by default
*/

# Include the following

!/README.md
!/CHANGELOG.md
!/LICENSE
!/pyproject.toml
!/uv.lock
!/Cargo.toml
!/Cargo.lock

!.github/**
!docs/**
!examples/**
!scripts/**
!src/**
!tests/**

# But do ignore
*.pyc
*.so
*.pyd
