# Python-generated files
__pycache__/
*.py[oc]
*.pyc
*.pyo
*.pyd
build/
dist/
wheels/
*.egg-info

# Ruff cache
.ruff_cache

# Virtual environment
.venv/
venv/
env/
*.env

.pytest_cache

__marimo__