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

# Testing
.pytest_cache/
.coverage
htmlcov/

# OS/Editor
.DS_Store
Thumbs.db
.vscode/
.idea/

# Local artifacts
_ci_artifacts/

# Local venvs / hypothesis / coverage artifacts
.venv*/
.hypothesis/
coverage.xml
coverage-*/
# Local bench outputs
bench/results_scenario_v1.json

# local editor/patch backups
*.bak
*.bak.*

# Local dev artifacts
_dev/

<<<<<<< HEAD

# tools artifacts (generated)
tools/_artifacts/


benchmarks/_results/

=======
>>>>>>> origin/feat/v0.2.0-nonconvergence-quality

# --- Local backups (do not commit) ---
_backup/

# --- Benchmark outputs (do not commit) ---
benchmarks/_results/
benchmarks/_results/**
tools/_artifacts/**
