From 392452b159a0080b32afae2f6fd7e6fdf5a4af3a Mon Sep 17 00:00:00 2001 From: j-hartling <129943012+j-hartling@users.noreply.github.com> Date: Sat, 16 May 2026 14:47:21 +0200 Subject: [PATCH] Modified gitignore. --- .gitignore | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f0e4182..d800ef9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,31 @@ -# Python: +### Python: ./__pycache__/ *.py[cod] *$py.class -# Recording data: +### Recording data: data/* -# Tex: +### Tex: +*.aux +*.lof +*.log +*.lot +*.fls +*.out +*.toc +*.fmt +*.fot +*.cb +*.cb2 +.*.lb +*.bbl +*.bcf +*.blg +*-blx.aux +*-blx.bib +*.run.xml +*.fdb_latexmk +*.synctex +*.synctex(busy) +*.synctex.gz +*.synctex.gz(busy) +*.pdfsync \ No newline at end of file