This commit is contained in:
2026-05-11 16:46:01 +02:00
commit d3abe8c558
4 changed files with 415 additions and 0 deletions

40
.gitignore vendored Normal file
View File

@@ -0,0 +1,40 @@
# LaTeX build files
*.aux
*.log
*.out
*.toc
*.fls
*.fdb_latexmk
*.synctex.gz
# PDF (valgfritt)
*.pdf
# Temporary
*.blg
*.bbl
*.lof
*.lot
*.bbl-SAVE-ERROR
# Editor
.vscode/*
!.vscode/settings.json.bcf
*.bcf
*.run.xml
work/*/
# Ignore raw/generated files
*.har
# Ignore all work output
work/*
# But keep shell scripts
!work/*.sh
.noroff-env