# Ignore everything
*

# Allow SDK package
!sir/
!sir/**

# Allow project files
!pyproject.toml
!README.md
!LICENSE
!.gitignore

# Allow docs site
!docs/
!docs/**

# Allow static assets
!static/
!static/**

# Always ignore
__pycache__/
*.pyc
*.egg-info/
*.bin
.env
