# -------------------------------------------------------------------------------------
# -------------------------------------- Rust -----------------------------------------
# -------------------------------------------------------------------------------------

# Generated by Cargo
# will have compiled files and executables
debug/
target/

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

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

# Ignore Cargo.lock of library files
test-cases/**/Cargo.lock
detectors/**/Cargo.lock
scout-audit-internal/Cargo.lock

#ignore test generated files
test-cases/**/test_snapshots/**

# -------------------------------------------------------------------------------------
# -------------------------------------- Misc -----------------------------------------
# -------------------------------------------------------------------------------------

# OSX
.DS_Store

# Logs
logs
*.log

# Environment variables
.env
.env.*
node_modules

# Editors
.vscode/
.idea/
!/.vscode/

**/__pycache__/
env/
