# macOS
.DS_Store

# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
dist/
build/
.pytest_cache/
.ruff_cache/

# stillsane local state.
# Baselines are deliberately NOT ignored: they are plain text, they diff like
# code, and CI needs them in the repo to have anything to compare against.
.stillsane/history.sqlite
.stillsane/cache/
