mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-07 22:04:10 -05:00
25 lines
346 B
Plaintext
25 lines
346 B
Plaintext
target/
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Path we use for internal-keycache during tests
|
|
/keys/
|
|
# In case of symlinked keys
|
|
/keys
|
|
|
|
**/Cargo.lock
|
|
**/*.bin
|
|
|
|
# Some of our bench outputs
|
|
/tfhe/benchmarks_parameters
|
|
**/*.csv
|
|
|
|
# dieharder run log
|
|
dieharder_run.log
|
|
|
|
# Coverage reports
|
|
/coverage/
|
|
|
|
# Cuda local build
|
|
backends/tfhe-cuda-backend/cuda/cmake-build-debug/
|