# Exclude all.

*

# Except GitHub workflow

!.github/
!.github/**/
!.github/**/*.yml

# Except main hungarian_loss modules

!hungarian_loss/
!hungarian_loss/**/
!hungarian_loss/**/*.py

# Except notebooks (but not generated data/models inside them)

!notebooks/
!notebooks/*.ipynb

# Except test hungarian_loss modules

!tests/
!tests/**/
!tests/**/*.py

# Except documentation

!docs/
!docs/**/
!docs/**/*.png

# Except main artifacts

!helper.sh
!LICENSE
!setup.py
!README.md
!CONTRIBUTING.md
!requirements.txt
!pytest.ini
!.pre-commit-config.yaml
