18 lines
194 B
Plaintext
18 lines
194 B
Plaintext
# Compilation of Ledger's app
|
|
bin/
|
|
debug/
|
|
build/
|
|
|
|
# Unit tests and code coverage
|
|
tests/unit/build/
|
|
tests/unit/coverage/
|
|
tests/unit/coverage.*
|
|
|
|
# Python
|
|
venv/
|
|
*.pyc
|
|
__version__.py
|
|
|
|
.vscode
|
|
.idea
|