/target
# valgrind leaves these beside whatever directory it was run from
cachegrind.out.*
/schema/usage.json
.aube/
/node_modules/


# Added by cargo
#
# already existing elements were commented out

#/target
megalinter-reports/
tasks/fig/build

# insta writes these while running tests locally. Both spellings: it uses
# .pending-snap for inline snapshots and .snap.new for file ones, and only the
# first was ignored — which is how a pending snapshot for a deleted test got
# committed.
*.pending-snap
*.snap.new
