.*
/dist
**/__pycache__
**/tmp
!.gitignore
!.gitattributes

# Track pre-commit config
!.pre-commit-config.yaml

# Track .github files
!/.github
