# Environments
.venv/
__pycache__/
*.pyc
.pytest_cache/

# Results: the large data artifact (results.parquet) is regenerable and gitignored;
# the reproducibility metadata (manifest.json with content hashes, resolved_config.yaml)
# and the figures (PNG/PDF) are tracked so the paper's figures live in the repo.
results/**/*.parquet

# OS / editor
.DS_Store
