
# Project specific
3rd 
local_conf

# Rust
**/target/**
**/*.rs.bk # These are backup files generated by rustfmt
coverage/
lcov.info
heaptrack.*
massif.out.*

# Node 
**/node_modules/**

# OS Stuff
*.DS_Store
.psync_ignore

# IDE
.idea
*.iml
.vscode
*.swp
*.swo
todo.txt
*.bak
.ipynb_checkpoints
CMakeLists.txt
cmake-build-debug

# Build
build
tarpaulin*
cobertura*
flamegraph*
perf.*
*.tar.gz
*.tgz
