# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
build/
dist/
*.whl

# Virtual environments
.venv/
venv/
env/

# OS
.DS_Store
Thumbs.db

# Generated demo plots
demos_py/*.png

# MATLAB
*.asv
