# Rust
/target/
**/*.rs.bk

# IDEs
.idea/
.vscode/

# OS generated files
.DS_Store
thumbs.db

# diffx symbolic link
diffx/

# Internal development documentation
CLAUDE.md

# Downloaded ML models (large files)
test-models/distilbert_base/
test-models/dialogpt_small/
test-models/gpt2_small/
test-models/distilgpt2/
test-models/tiny_gpt2/
test-models/.venv/
test-models/uv.lock
