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

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
.cache/

# OS
.DS_Store

# Keep the public artifacts (task packs, results, leaderboard data) in-tree —
# they are the reproducible benchmark and what the leaderboard site renders.
dist/

# local demo preview scratch (make serve)
.demo-serve/
