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

# Virtual environments
.venv

# IDE
.idea/
.vscode/

# pytest / ruff caches
.pytest_cache/
.ruff_cache/

# bench transient outputs (timestamped JSON dumps from examples/bench_evaluator.py)
bench_*.json
