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

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

# node e2e test tools and outputs
node_modules/
test-results/
playwright-report/
playwright/.cache/

# system files
.idea/
*.sublime-project
*.sublime-workspace
.DS_Store

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

# environment files
.env

# tests file
tests/output.csv
