This commit is contained in:
Daniel Kapla 2022-05-13 18:57:05 +02:00
parent 66fb88abbd
commit 3e34c882c0
2 changed files with 11 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

12
.gitignore vendored
View File

@ -1,2 +1,12 @@
# Lecture Notes
Lectures/
.DS_Store
# ignore data files from exercise 02
*.xyz
Exercise_02/**.txt
# ignore plots folder of exercise 03
plots/
# vscode workspace config
.vscode/