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

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
# NOTE: We are including Cargo.lock in ICU4X to have stable benchmarks.
#Cargo.lock

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

# These are workspace files and debug directories generated by VS Code
*.code-workspace
.vscode/

# Ephemeral output of `cargo make wasm`
wasmpkg/

# Benchmarking output
dhat-heap.json
/benchmarks

# Ignore irrelevant files that get generated on macOS
**/.DS_Store

# Files generated by tooling
*.gch

# Ignore generated credentials from google-github-actions/auth
gha-creds-*.json

# Other blanket directory ignores
**/node_modules/
**/_debug/

.venv

*~
