/target
**/*.rs.bk

# macOS
.DS_Store

# IDE
.idea/
.vscode/
*.swp

# Personal scratch.
.bart/

# Local benchmark run data.
/.afi/bench/
/.afi/benchee/

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

# Ruff's cache. It writes a `.gitignore` of its own inside the directory, so this is
# belt and braces for a version that stops doing that.
.ruff_cache/

# The commit-hook tooling's own configuration, which is per-machine and not this
# project's. Here rather than in one clone's `.git/info/exclude`, because an exclude is
# invisible to everybody else: left out of a repository's own ignores it shows up as
# untracked noise for the next person, and in a repository whose formatter runs over
# every file it fails the gate on a file nobody committed.
.klaudiush/
