.ralph
issues/
docs/competitive-landscape.md

# Python
.venv/
__pycache__/
*.py[cod]
.mypy_cache/
.ruff_cache/
.pytest_cache/
.hypothesis/
build/
dist/
*.egg-info/

# Benchmark outputs: asv's envs/results/html (issue 0019) and pytest-benchmark's saved runs. The
# benchmark *suites* (benchmarks/, asv.conf.json) are tracked; only their generated timings are not.
.asv/
.benchmarks/

# Docs site build output (issue 0023): `mkdocs build` writes to site/. The source pages (docs/) and
# the generated, committed pages are tracked; only the rendered HTML is not.
site/

# Node (cspell runs via npx)
node_modules/
