# ---- Rust ----
/target/
Cargo.lock

# ---- WASM build output ----
/pkg/

# ---- Python ----
.venv/
*.whl
*.egg-info/
__pycache__/
*.so

# ---- OS ----
.DS_Store

# ---- Project-specific (not version-controlled) ----
.env
AGENTS.md
tasks/
memo.txt

# ---- ONNX model weights (large binaries) ----
data/*.onnx
data/*.onnx.data

# ---- Large data files (not published) ----
data/building_blocks_500k.smi
data/building_blocks_emolecules*.smi
data/uspto50k_benchmark_result_v2.json
data/templates_extracted*.smi
data/bench_chunks*/
data/uspto50k_test.smi
data/uspto50k_benchmark_result.json

# ---- Claude Code internal files ----
.claude/