# Python
__pycache__/
*.py[cod]
*.so
.Python
build/
dist/
*.egg-info/
.eggs/

# Environments
.venv/
venv/
env/

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.hypothesis/

# Type checking / linting
.mypy_cache/
.ruff_cache/

# Docs
site/

# Editors
.vscode/
.idea/
*.swp

# OS
.DS_Store

# Jupyter
.ipynb_checkpoints/

# Figure output that is regenerated by examples/ (golden data is tracked, PNGs are not)
examples/**/*.png
!docs/**/*.png
