__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.ipynb_checkpoints/
build/
dist/
.coverage
htmlcov/
.venv/
venv/
src/pyena/_version.py

# Working notebooks (development history; not for distribution)
notebooks/

# Large synthetic benchmark datasets (regenerable from notebooks)
benchmark_data/*.csv
!benchmark_data/manifest.csv
!benchmark_data/*_timings.csv
!benchmark_data/bench_combined.csv
!benchmark_data/bench_pyena_*.csv
!benchmark_data/parity_summary.csv
