diff --git a/.gitignore b/.gitignore index 4aa2a2e..6b744f9 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,23 @@ /docs/ /examples/ -# Regenerable benchmark data — reproduce with benchmarks/gen_factoring.py. +# Regenerable benchmark datasets and run artifacts. /benchmarks/data/ + +# Local research and experiment state. +/.knowledge/ +/experiments/ + +# Python caches. +__pycache__/ +*.py[cod] + +# LaTeX build products. +*.aux +*.bbl +*.blg +*.fdb_latexmk +*.fls +*.log +*.out +*.synctex.gz