# Rust build artifacts
/target/
Cargo.lock

# IDE files
.vscode/
.idea/
*.swp
*.swo

# OS files
.DS_Store
Thumbs.db

# Temporary files
*.tmp
*.bak
*~

# Test files
test_*
*.test

# Test data directories (generated by test scripts)
tests/integration/usage_test_data/
tests/integration/batch_test_data/

# Logs
*.log

# Documentation build
/book/