# ══════ Rust ══════
/target/
/fuzz/target/
**/*.rs.bk
Cargo.lock

# ══════ Python ══════
.venv/
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
*.so
*.pyd
*.dll

# ══════ TriviumDB 运行产物 ══════
*.tdb
*.tdb.wal

# ══════ Node.js & napi-rs ══════
node_modules/
npm-debug.log
*.node
index.d.ts
index.js
yarn-error.log
test.js
package-lock.json

# ══════ IDE / 编辑器 ══════
.idea/
.vscode/
*.swp
*.swo
*~

# ══════ 构建日志 / 临时文件 ══════
*.log
*.tmp

# ══════ 系统文件 ══════
.DS_Store
Thumbs.db
desktop.ini

# ══════ Benchmark datasets ══════
cohere_groundtruth.i32
cohere_test.f32
cohere_train.f32
dbpedia_openai_groundtruth.i32
dbpedia_openai_test.f32
dbpedia_openai_train.f32
random_groundtruth.i32
random_test.f32
random_train.f32
glove100_train.f32
glove100_test.f32
glove100_groundtruth.i32
sift128_train.f32
sift128_test.f32
sift128_groundtruth.i32
gist960_train.f32
gist960_test.f32
gist960_groundtruth.i32
*.hdf5

# ══════ 论文（未发表，不纳入版本控制）══════
research/paper/
