mirror of
https://git.teahaven.kr/Rust-related/luminal.git
synced 2026-06-04 08:39:48 +09:00
40 lines
378 B
Plaintext
40 lines
378 B
Plaintext
/target
|
|
/crates/**/target
|
|
/examples/**/target
|
|
|
|
*.env
|
|
.claude/
|
|
.DS_Store
|
|
*.vscode
|
|
*.zed
|
|
Cargo.lock
|
|
*.st
|
|
*.npx
|
|
*.npz
|
|
*.model
|
|
*.gguf
|
|
|
|
|
|
.claude-project
|
|
.claude-memory
|
|
.codex
|
|
|
|
*.pftrace
|
|
*.safetensors
|
|
*.safetensors.index.json
|
|
tokenizer.json
|
|
**/.cache
|
|
**/proptest-regressions
|
|
opencode.json
|
|
|
|
# Python build artifacts
|
|
*.so
|
|
*.pyd
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
uv.lock
|