mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-10 07:08:03 -05:00
- this was hiding some source files in vscode search and could likely have been very annoying when commiting stuff
22 lines
275 B
Plaintext
22 lines
275 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/
|