From 3e34c882c023730a2de1a6c12c5205d9c9887d2d Mon Sep 17 00:00:00 2001 From: daniel Date: Fri, 13 May 2022 18:57:05 +0200 Subject: [PATCH] cleanup --- .DS_Store | Bin 6148 -> 0 bytes .gitignore | 12 +++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) delete mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 4c0640d026db56a5bb63955c7ac44a439101f731..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKO-~y!5FJAb4pF5XK$M#i*GTL(1O;)~hVTbi1P7?nEE~b9n{|{;2vQVj@9mG_ z%AGqmPW%{VY)1k@P;;QIkVhK7u|01;-o|zY09dUbx&TE0;OK<8C2U?XnkS#IIWt0& zOkLv)B1oYH4R9v1?SNIlD)7H4Kx?-E`*4M;whK?!uNw@~P7uogGj4)T9Hl+Sxo30p zxlap=obv+z?qA4(-)r{zX|35kq28gCaWIaX!BNy2G>Xf6GU+v=q}5e~C~RTM>2Z{V za!`}~Buo|8*AqOS&o_!|!(r8}mPENy9hJn;bt+CtY&(_FD9=|mHg^viKjU^He`!4# zZa>OC8yv%L45qx^rQc0rnVe$=v0u+B|7#Jp+^v%Mx>J515z6to>z~PXXROzBA=vYGMtPY=MZv}#$10$s_zSu+oD&ovdImF%ID%&X2q+nBV-@(T3OoW<+_EJA diff --git a/.gitignore b/.gitignore index 9bea433..77e6580 100644 --- a/.gitignore +++ b/.gitignore @@ -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/