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