mirror of
https://github.com/LedgerHQ/openpgp-card-app
synced 2024-11-09 07:10:30 +00:00
35 lines
469 B
Plaintext
35 lines
469 B
Plaintext
# Compilation files of the application
|
|
build/
|
|
|
|
# Legacy compilation output
|
|
bin/
|
|
debug/
|
|
|
|
# Temporary directory with snapshots taken during test runs
|
|
tests/snapshots-tmp/
|
|
|
|
# Unit tests and code coverage
|
|
unit-tests/build/
|
|
unit-tests/coverage/
|
|
unit-tests/coverage.info
|
|
|
|
# Fuzzing
|
|
fuzzing/build/
|
|
|
|
# Python
|
|
*.pyc[cod]
|
|
*.egg
|
|
__pycache__/
|
|
*.egg-info/
|
|
.eggs/
|
|
.python-version
|
|
venv/
|
|
gpg_backup
|
|
|
|
# Doxygen
|
|
doc/html
|
|
doc/latex
|
|
|
|
# Virtual env for sideload (macOS and Windows)
|
|
ledger/
|