From 64664bc6141e25ec392710e84d03f8ddc61e9814 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Mon, 4 Jun 2018 15:31:53 +0100 Subject: [PATCH] Additions to .gitignore. Signed-off-by: Daira Hopwood --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0a764a4..b3b5d62 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,8 @@ -env +env/ +__pycache__/ + +.*.swp +*.*~* +*.bak +*.pyc +*.pyo