__pycache__/
*.egg-info/
site/
.cache/
.venv/
venv/
.ipynb_checkpoints/
.vscode/
.idea/

# Misc
.DS_Store

# Build
build/
dist/

# Lockfiles
uv.lock

# Benchmark harness + results are local-only research tooling, not part of the shipped library
benchmark/

# Coverage
.coverage
htmlcov/
.pytest_cache/
.ruff_cache/

# Generated artifact — regenerates byte-for-byte from build_contracts(); no runtime readers
autoresearch/manifest/manifest.json
