# General Python
build/
dist/
*.egg-info
__pycache__/

# Version from setuptools_scm
stonesoup/_version.py

# Sphinx documentation
/docs/build/
/docs/source/auto*

# coverage
.coverage
htmlcov/

# pytest
.pytest_cache/
