Files
OpenSK/.gitignore
kaczmarczyck 778102712f venv for Python setup (#653)
* Python uses venv

* Small fixes to python calls
2023-11-07 05:13:21 +01:00

17 lines
285 B
Plaintext

libraries/**/Cargo.lock
target/
/build/
/py_virtual_env/
# Local installation of elf2tab.
/elf2tab/
# Prevent people from commiting sensitive files.
/crypto_data/
# Temporary files.
/reproducible/binaries.sha256sum
/reproducible/elf2tab.txt
/reproducible/reproduced.tar
__pycache__