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

# Pixi / envs
.pixi/
.venv/

# Tool caches
.mypy_cache/
.ruff_cache/
.pytest_cache/

# Scratch / run outputs (not fixtures)
runs/
scratch/
gpu_diag_results.jsonl

# OS / editor
.DS_Store
*.swp
