From 8492f100667af49fe4bf06eaf0de660513424252 Mon Sep 17 00:00:00 2001 From: golovpavel Date: Sun, 3 May 2020 16:28:41 +0300 Subject: [PATCH] Deleted redundant files --- .DS_Store | Bin 6148 -> 0 bytes .gitignore | 3 +++ .vscode/settings.json | 3 --- 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 .DS_Store delete mode 100644 .vscode/settings.json diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 37efef71004c9a0f85f0a98300982ec9937ff6bc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK-HOvd6h6~bH>rrd5O%%Gjo?L*MxpK^Lblsp6ja2BUa0IQO>qNhW^IzKS}VEn zCG-h=6>q%sL3{xH=0`DEy;NM812f;5Ip>>XzA!TxB4Wcb_K3PfWTOadcToMpL|l{; z*3vx=kclz)G)j4dmKe^MQNSqhuPY$du0=6%noiQ%`n`$Bm9Ns|By?7^%#ZXc{}>&m zNnZ5(pIOUlpE+a0@ezVkFVJVVNpM@bg*<&c+IoXc?n6|il`cJ{lMR;wF3gP!XRymilAdHwBcJ$G<@ zd%bq-&CA}c$-(^PtJUlEn|JCnFziy&E@=D?@8RhA9S4gn<=Hdzh-`~yl+kfRn-7Tm ztjz}9rU~uQnC?cL!@PRv(mYNLQrpss+Wnq6`JkAHvvuaiv6C}0%$uM}YIQ7{@} zO8RU)F*$M8x+n)I!bD!BP*PCo<5)W4DBePmhL|fHps%q~h#r{v5s)&N$|&$x75E14 CMW(X= diff --git a/.gitignore b/.gitignore index 2a09889..199ccf9 100644 --- a/.gitignore +++ b/.gitignore @@ -130,6 +130,9 @@ dmypy.json #IDE .idea +.pycharm +.vscode +.DS_Store #Custom quantities.json \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index daa2283..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "python.pythonPath": "env/bin/python3" -} \ No newline at end of file