From 06fb8542d445d2999677cbd7f06ef92f381c78ea Mon Sep 17 00:00:00 2001 From: Rashiq Date: Wed, 11 Jan 2017 17:42:59 +0100 Subject: [PATCH] Add .pyc byte code files to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5976e464..86a4516f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .idea/ py3env/ __pycache__/ +*.pyc config-personal.txt cards.db