# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# cython files that may be generated during testing
src/sweetpareto/_front_cython.c
*.so
# Virtual environments
.venv

# Caches
.hypothesis/
.ipynb_checkpoints/
.pytest_cache/
.ruff_cache/
.coverage

# Image files for testing
tests/image-results/*

# example / simple testing files
*.ipynb
