# Don't add any custom patterns for platform-specific files like .DS_Store
# or generated by custom development tools like .vscode or .idea that don't
# affect other developers. Instead add those custom patterns to your global
# .gitignore file that can be configured by setting core.excludesFile.
# See also: https://git-scm.com/docs/gitignore

# Cargo artifacts
/Cargo.lock

# Build directories (or a symbolic link, i.e. without a trailing slash)
/target
