__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/
.tmp/
reports/
release_artifacts/
benchmark_experiment/*_paper_spine.md
# 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

# Raw OpenNeuro EEG source data: kept locally only, never committed
# (130 MB, exceeds PyPI limits; the pilot suite uses the derived CSVs).
configs/suites/data/openneuro_ds002691_pilot/raw/*.set
