From f34e45b37d890aa8c3fe5af0062cb7c7184fdba5 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 24 Sep 2016 02:21:47 +0300 Subject: [PATCH] Extend .gitignore --- project_template/.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/project_template/.gitignore b/project_template/.gitignore index c64f111..8647366 100644 --- a/project_template/.gitignore +++ b/project_template/.gitignore @@ -1,3 +1,10 @@ /.cache/ /.tox/ +/SQLObject.egg-info/ +/build/ +/data/ +/dist/ +/MANIFEST *.py[co] +*.tmp +*~ -- 2.39.2