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

# uv / virtual environments
.venv/
.python-version

# Test and analysis caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
docs/_build/

# Generated Marimo outputs and session state
examples/figures/
examples/__marimo__/

# Editors and operating systems
.DS_Store
.idea/
.vscode/
*.swp
*~
