From dd4b4c2bc6d8c7cd6cc0d9e95424f18abcc5339f Mon Sep 17 00:00:00 2001
From: "Schneider, Thomas" <thomas.schneider2@tu-darmstadt.de>
Date: Thu, 8 May 2025 23:53:09 +0200
Subject: [PATCH] Edits .gitignore

---
 .gitignore | 26 ++++++++------------------
 1 file changed, 8 insertions(+), 18 deletions(-)

diff --git a/.gitignore b/.gitignore
index 395bf18..0592305 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,16 +2,20 @@
 # Igenore the itermediated file-types
 ######################################################
 
-# (Xe)LaTex Intermediate Files
+# LaTex Intermediate Files
 *.aux
 *.synctex.gz
 *.synctex
-
-# Reference Intermediate Files
 *.out
+*.log
+*.bcf
+
+# ToDo Notes
+*.tdo
 
 # Bibliography Intermediate Files
 *.xml
+*.blg
 *.bbl
 
 # Table of Content
@@ -19,27 +23,13 @@
 *.toc
 *.nav
 
-# Xelatex output
+# LaTex output
 *.dvi
 *.pdf
 
-# Logging 
-*.log
-*.blg
-*.bcf
-
-# ToDo Notes
-*.tdo
-
 # Beamer
 *.snm
 *.sty
 
-# Tex-Environment and Pictures
-*.vscode
-
 # temporary File can be ignored
 *tmp*
-
-# Python libaries
-*__pycache__*
-- 
GitLab