# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.

# Build Artifacts
contrib/
target/
bin/
*.a
*.elf
*.exe
*.o
*.obj
*.so
*.stderr
*.stdout

# vim
*.swo
*.swp

# vscode and visual studio
.vscode/
.vs/

# gdb
.gdb.*

# ctags
tags
tags.*

# rust
Cargo.lock

# python
*.pyc

# code coverage
.coverage
coverage.xml
