mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-05 04:44:41 -05:00
The whole ci/ folder was ignored, that would cause issue regarding search capability in some IDE.
44 lines
732 B
Plaintext
44 lines
732 B
Plaintext
target/
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Path we use for internal-keycache during tests
|
|
/keys/
|
|
# In case of symlinked keys
|
|
/keys
|
|
|
|
**/*.rmeta
|
|
**/Cargo.lock
|
|
**/*.bin
|
|
|
|
# Some of our bench outputs
|
|
/tfhe/benchmarks_parameters
|
|
/tfhe-zk-pok/benchmarks_parameters
|
|
**/*.csv
|
|
|
|
# dieharder run log
|
|
dieharder_run.log
|
|
|
|
# Coverage reports
|
|
/coverage/
|
|
|
|
# Cuda local build
|
|
backends/tfhe-cuda-backend/cuda/cmake-build-debug/
|
|
|
|
# WASM tests
|
|
tfhe/web_wasm_parallel_tests/server.PID
|
|
venv/
|
|
web-test-runner/
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# Python .env
|
|
.env
|
|
__pycache__
|
|
|
|
# File auto-generated by the lattice-estimator from lattice_estimator.sage
|
|
ci/lattice_estimator.sage.py
|
|
|
|
# In case someone clones the lattice-estimator locally to verify security
|
|
/lattice-estimator
|