# Generated by Cargo
# will have compiled files and executables
debug
target

# These are backup files generated by rustfmt
**/*.rs.bk

# Proptest regression files
*.proptest-regressions

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# Generated by cargo mutants
# Contains mutation testing data
**/mutants.out*/

# IDE folders
.idea/
.vscode/

# Temporary files
*.tmp
*.bak
.DS_Store

# WASM package artifacts
wasm-pkg/node_modules/
wasm-pkg/playwright-report/
wasm-pkg/test-results/
wasm-pkg/package-lock.json

# PMAT
.pmat/backup/
.pmat-qa/

# Model checkpoints and training logs (keep locally, exclude from git)
checkpoints/
logs/
*.log

# Fine-tuning artifacts
adapters/
*.safetensors
*.gguf
*.bin
*.ckpt
models/

# HuggingFace cache
.cache/huggingface/

# Training outputs
runs/
tensorboard/
experiments/

# Evaluation artifacts
eval_results/
generated_tests/

# Large generated artifacts
# Model artifacts
*.safetensors
*.gguf
*.ckpt
*.bin
adapters/
models/
experiments/

# HuggingFace
.cache/huggingface/

# Training outputs
runs/
logs/
tensorboard/
eval_results/
generated_tests/

# Existing patterns
target/
.gemini/
.env
book/book/
