From f75a8df31628721335b3f8ca3983872e0b3b65da Mon Sep 17 00:00:00 2001 From: Simon Ehrenstein <simon.ehrenstein@gmail.com> Date: Tue, 22 Sep 2020 12:41:36 +0200 Subject: [PATCH] Remove .pyc files and update global .gitignore --- .gitignore | 3 +++ execution/lib/__pycache__/__init__.cpython-37.pyc | Bin 163 -> 0 bytes .../trend_slope_computer.cpython-37.pyc | Bin 802 -> 0 bytes execution/strategies/.gitignore | 1 - 4 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 execution/lib/__pycache__/__init__.cpython-37.pyc delete mode 100644 execution/lib/__pycache__/trend_slope_computer.cpython-37.pyc delete mode 100644 execution/strategies/.gitignore diff --git a/.gitignore b/.gitignore index 36f08fd69..92bbd5ad6 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,6 @@ tmp/ # Python Venv .venv + +# Python cache files +*.pyc \ No newline at end of file diff --git a/execution/lib/__pycache__/__init__.cpython-37.pyc b/execution/lib/__pycache__/__init__.cpython-37.pyc deleted file mode 100644 index 1215d4a0986b382c93fa6efc9d9e870edfa4e487..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 163 zcmZ?b<>g`kf|okU@gVv!h=2h`Aj1KOi&=m~3PUi1CZpd<h9ZzKg81d5pOK%Ns$ZO$ zo1drelAm0fo0?ZrtY4a!sb5@dWT2m$SX`1?R8W+km6~0mUtEw{oTQ&xk(yjuk_pt1 jlbNI+AD@|*SrQ+wS5SG2!zMRBr8Fni4rI$`AZ7pn&|)eJ diff --git a/execution/lib/__pycache__/trend_slope_computer.cpython-37.pyc b/execution/lib/__pycache__/trend_slope_computer.cpython-37.pyc deleted file mode 100644 index d2adbee6c4886edcba20ded19e5c7faee198d0f7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 802 zcmZ8fy>1gh5Z>MUw;dEhgs_y70!t`|Qbz~@B}xHJvd!soJI3qW-JW*$0+G%Y@E&$a z&(my$MCDhYfmtU=5hKmq%+B9;GxK_HZ$yxOKCg<)fRJC__(u$tSIFiW3PA*|NkciM zUS~Dq!R{OKPy{0UN_ZsL2QrJc7)@r>?Z1;Pl=?k<)L@KM?O7Fi7t#bdMt*~AexR^q zO)Xmn>u?|g-LMT^g+sWChG-cHD#$k`*qluX+OeQh>^~(>&=SF^f5SKtpqE`mQ?iPO z7^4s+W`#a$nXFS0iFm_S$vt24pD(r97qZHRY&{y1A>A-aP#+Hoq8Sa@a<c1;-B;sb zjDMP*X^Pl+W@Q7$mQBYq166^lwp%~F?H{DA58C2z$!yQDPViJiDT>NmJEn{ayV5RP zxKy&`L9HqtN|Y|XF6$l)PjGmPvIFhw@n9}3PdW`kR+dMVf_X8U@JvVzl~wx2rE^(B zTQ<N)pGw{IU4f7g;=<Qawct$5T_oGC$3pscH;$e=dcpVW-NK5ySEYG;QTSeNY&Eo^ zFtzI7JJAmj%J1`hp&H1IY*d@SRaM_WYfav_GB@VrMc$Ogg6_0h!j;WU2j((|&rtOi zPa&`6Wqz+{QK<$Ifj;hTTykeb*v33YLFge3=~H^Zj_47M>4c8hgFrt*&n)JL=Bma! xYme{XH%dT#JFd7ZTTvRFV5CmH@HspD_rw9dx%3qC`WjyPZ5e-@6PnVL{RMhM)^q>> diff --git a/execution/strategies/.gitignore b/execution/strategies/.gitignore deleted file mode 100644 index 7e99e367f..000000000 --- a/execution/strategies/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.pyc \ No newline at end of file -- GitLab