# OS / editor
.DS_Store
**/.DS_Store

# Python bytecode
__pycache__/
**/__pycache__/
*.py[cod]

# Build / packaging artifacts
dist/
build/
*.egg-info/
.matplotlib_cache/

# Sphinx build artifacts
docs/_build/
docs/_autosummary/

# Local outputs / scratch
reports/
tmp/

# Emacs
**/*.~undo-tree~
**/auto*