fix/comment[.gitignore]

This commit is contained in:
Frederik Beimgraben 2025-10-30 21:26:47 +01:00
parent 7dccd3e752
commit 00134d66f4
2 changed files with 7 additions and 21 deletions

28
.gitignore vendored
View File

@ -1,5 +1,6 @@
# Ignore build/ # Ignore Build/ and Output/
build/* Build/
Output/
*.log *.log
*.aux *.aux
*.out *.out
@ -15,7 +16,6 @@ build/*
*.lot *.lot
*.xdv *.xdv
*.bak *.bak
svg-inkscape/
*.tex~ *.tex~
*.bib~* *.bib~*
*.nav *.nav
@ -32,23 +32,9 @@ svg-inkscape/
*.alg *.alg
*.acr *.acr
*.acn *.acn
Main.pdf *.pdf
*.lol *.lol
.chapter-backups
# Python # Ignore chapter backups and Temporary PDF files from Inkscape
*.pyc .chapter-backups/
__pycache__/ svg-inkscape/
*.egg-info/
*.egg
*.pyo
*.pyd
*.pyc
.env/
.venv/
env/
venv/
Build/
Output/

Binary file not shown.