__pycache__/
*.pyc
*.egg-info/
dist/
build/
.pytest_cache/

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

# Virtualenvs
.venv/
venv/

# MkDocs build output
site/

# HyperHerd workspace state (per-sweep)
.hyperherd/
.hyperwhip/

# NFS lock turds
.nfs*
**/.nfs*

# Example run artifacts
examples/*/data/
examples/*/outputs/
examples/*/mock_sweep/
examples/*/logs/

# Per-workspace agent state created by `herd monitor`
examples/*/.claude/

# setuptools_scm-generated version file (derived from git tags at build time)
hyperherd/_version.py

# Personal release-process notes
PYPI.md

# uv lockfiles — not tracked
uv.lock
**/uv.lock
