mirror of
https://github.com/luxfi/fhe.git
synced 2026-07-26 23:16:08 +00:00
94 lines
836 B
Plaintext
94 lines
836 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
.yarn/cache/
|
|
.yarn/unplugged/
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
out/
|
|
.next/
|
|
.nuxt/
|
|
.output/
|
|
|
|
# Cache
|
|
.cache/
|
|
*.cache
|
|
.turbo/
|
|
.parcel-cache/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
!.env.example
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Rust
|
|
target/
|
|
Cargo.lock
|
|
!core/*/Cargo.lock
|
|
!research/*/Cargo.lock
|
|
!wasm/*/Cargo.lock
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
.Python
|
|
*.egg-info/
|
|
.eggs/
|
|
*.egg
|
|
.venv/
|
|
venv/
|
|
ENV/
|
|
|
|
# Go
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Hardhat/Foundry
|
|
cache/
|
|
artifacts/
|
|
typechain/
|
|
typechain-types/
|
|
forge-cache/
|
|
|
|
# Misc
|
|
*.bak
|
|
*.tmp
|
|
*.temp
|
|
.git-backup/
|
|
python-sdk
|
|
ml-sdk
|
|
|
|
# Compiled example binaries
|
|
/crdt
|
|
/mediaseal
|
|
/provenance
|
|
/seal
|
|
/stats
|
|
/vote
|
|
CLAUDE.md
|