aprender-train 0.29.0

Training & Optimization library with autograd, LoRA, quantization, and model merging
# 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/

# Cargo local config (except config.toml which has dev [patch] overrides)
.cargo/*
!.cargo/config.toml

# 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/*
!models/README.md
!models/tokenizer.json

# 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/*
!models/README.md
!models/tokenizer.json
experiments/

# HuggingFace
.cache/huggingface/

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

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

# PMAT
.pmat/context.idx/
.pmat/workspace.idx/
.pmat/deps-cache.json
.pmat/baseline.json
.pmat/bug-hunter-cache/
.pmat/context.db
.pmat/context.db-shm
.pmat/context.db-wal
.pmat/dead-code-cache.json
.pmat/metrics/
.pmat-work/
.pmat-metrics/
.pmat/workspace.db

# Experiment store (per-project SQLite, large artifacts)
.entrenar/