.venv/
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
build/
dist/
*.png
*.svg
*.h5
*.hdf5
!sample_data/*.json
!sample_data/*.csv

