examples/.feynman_cache/

# Julia environment lock files — libraries should not commit Manifest.toml
Manifest.toml
docs/Manifest.toml

# Documenter.jl build output
docs/build/

# Per-experiment bin packing and sorting run artifacts.
# Tier-A synthesis files (bin_packing_overnight_results.md,
# bin_packing_combined_results.md) are explicitly tracked; everything else
# is a per-run side effect that should not ship with the public release.
examples/bin_packing_results.md
examples/bin_packing_results_a*.md
examples/bin_packing_results_b*.md
examples/bin_packing_results_g*.md
examples/bin_packing_results_bimodal.md
examples/bin_packing_results_extended_*.md
examples/bin_packing_results_llm.md
examples/bin_packing_results_timenorm.md
examples/bin_packing_results_multiseed*.md
examples/bin_packing_results_debug_*.md
examples/bin_packing_results_scaling_*.md
examples/bin_packing_results_unseeded_*.md
examples/bin_packing_results_ablation_*.md
examples/bin_packing_results_aux_*.md
examples/sorting_results_*.md

# Run logs and TSV training histories
examples/*.log
examples/logs/
examples/data/

# autoloop skill bookkeeping (durable artifacts live on autoloop/* git branches)
autoloop/

# Per-session progress logs (project uses refstore session notes as of 2026-04-22;
# historical logs are preserved in git history prior to the 2026-04-23 cleanup)
/progress-*.md

# Plan checkpoint / scratch files at repo root
/.plan-checkpoint.md

# Stray docs build output at repo root (real build lives in docs/build/)
/build/
