# Build artifacts
target/
target*/
target */

# Test output
test_output/
test_docs/

# Large data files
*.safetensors
*.onnx
*.bin
*.pt
*.pth

# Model cache
.cache/
models/

# Proptest regressions (keep for reproducibility but don't index)
proptest-regressions/

# Archived docs (historical/progress)
docs/archive/

# Archived code (historical/branch salvage)
archive/

# Generated HTML debug files
*_debug.html
*.html

# Logs
*.log

# Editor backups
*~
*.swp
*.swo

# OS files
.DS_Store

# Cargo lock (optional - can include if you want it indexed)
# Cargo.lock

