# The target directory, where all the build artifacts go.
/target/
/target
.target/
./target/
.target
./target

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

# macOS file
.DS_Store

# Visual Studio Code directory
.vscode

# IntelliJ IDEA Directory
.idea

# dotenv env configuration file
.env

# Vim swap files
.*.swp

# We generate a file with this name when prepping each release, and don't
# want it to be checked in.
CHANGELOG-NEXT.md

# File generated by cargo-flamegraph
flamegraph.svg

# Generated file based on the protobuf definition.
/hipcheck/src/hipcheck.rs

# Editor-specific directory for Zed
.zed

# Python environment dir
venv

# Python pycache and SDK build dirs
__pycache__
sdk/python/build/
sdk/python/dist/
sdk/python/hipcheck_sdk.egg-info/
