# Ignore everything
**

# Allow files and directories
!/*.py
!/*LICENSE*
!/setup.cfg
!/pyproject.toml
!/shapely/**
!/src/**
!/tests/**

# Ignore unnecessary files inside allowed directories
# This should go after the allowed directories
**/*~
**/*.log
**/.DS_Store
**/Thumbs.db
**/*.pyc
**/*.so
**/.*
