# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
.venv/
venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Docs build output
site/

# Live example runtime store
examples/live_state.json
live_state.json

# Secrets / local
.env
*.local

# StreamlitArena generated results
arena/results/
