
__pycache__/
*.py[cod]
*.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.idea/
.vscode/
examples/*.png

.cache/
.venv/
site/

.DS_Store

# Numba caches
.numba_cache/
*.nbi
*.nbc

# Tool caches
.pytest_cache/
.ruff_cache/
htmlcov/
coverage.xml

ref/

