# 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

# Generated by cargo mutants
# Contains mutation testing data
**/mutants.out*/

# IDE files
.idea/
.vscode/

# macOS
.DS_Store

# Temporary/backup files
*.tmp
*.bak
*.swp
*~

# Coverage artifacts
*.profraw
*.profdata
lcov.info
coverage/

# WASM build artifacts
wasm-pkg/pkg/
wasm-pkg/target/
wasm-pkg/node_modules/
wasm-pkg/test-results/
wasm-pkg/playwright-report/
.pmat-gates.toml
.cargo/config.local.toml

# PMAT
.pmat/backup/
.pmat-qa/
.pmat/context.idx/
.pmat/workspace.idx/
.pmat/deps-cache.json
