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

# Tooling caches
.ruff_cache/
.pytest_cache/
.mypy_cache/
.ipynb_checkpoints/

# marimo
__marimo__/

# Generated output
figures/
build/

# OS / editor
.DS_Store
.vscode/
.idea/
