From 1b229cb44153d70ae07b8c578b10f8f7b2208ae9 Mon Sep 17 00:00:00 2001 From: Salvatore Ingala <6681844+bigspider@users.noreply.github.com> Date: Tue, 8 Oct 2019 14:35:30 +0700 Subject: [PATCH] Added *.pyc and .cache/ to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index dfdbf33..6560657 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ bitcoin.conf* apps/cli/*.json appointments/ test.py +*.pyc +.cache