__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
dist/
build/
site/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
.benchmarks/
.lrdbench_cache/
reports/
# Paper workflow: keep locally only (not synced to the remote repo).
paper_support/
configs/suites/paper/
tests/integration/test_paper_workflow.py
*.swp
.DS_Store
