# Copyright 2022 SECO Mind Srl
#
# SPDX-License-Identifier: CC0-1.0

debug/
target/

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# RustRover IDE
.idea/

/telemetry.json

# GitHub actions checks before committing
/.pre-commit-config.yaml

# Local coverage file
tarpaulin-report.html

# local files for test
.tmp/
