/target
**/*.rs.bk

# macOS
.DS_Store

# IDE
.idea/
.vscode/
*.swp

# Personal scratch. Bench measurements used to be written here, which made every one
# of them local to one machine; they are committed under `bench/runs/` now.
.bart/

# The HTML report, which is drawn from records that are committed. It costs nothing to
# make and `mise run bench:report` makes it, so committing it would turn every re-score
# into a diff of generated markup. The runs it reads are committed; the page is not.
bench/reports/

# Bytecode from running the Python in `scripts/` and `bench/scripts/`, doctests included.
__pycache__/
