# Compilation of Ledger's app
bin/
debug/
build/

# Python
venv/
*.pyc
__version__.py

# JS
tests/node_modules
tests/lib
tests/yarn-error.log
tests/elfs/*
tests/snapshots-tmp

.vscode
.idea
