From 288065d066b130a6205b9aa3a596cc4efac98c15 Mon Sep 17 00:00:00 2001 From: Gabor Guzmics Date: Fri, 12 May 2017 18:08:48 +0200 Subject: [PATCH] 2to3 conversion by tool. * untested code. --- .gitignore | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9a04944 --- /dev/null +++ b/.gitignore @@ -0,0 +1,47 @@ +*.pyc +pip-log.txt + +# Project - exclude src but include the project. Optional. +#src/* +#!src/scon +#!src/manage.py +#!src/djascon + +# system files +.DS_Store + +# eclipse +.project +.pydevproject +.settings +.settings/* + +# sqlite db files +*.db + +# temp files +*.*~ +*.tmp +tmp/* +local_* +*.bak + +# django +/media +/static + +# VirtualEnv on Nixes. +/lib +/bin +/include +/tmp +/local +/man +# VirtualEnv on Windows. +/Include +/Lib +/Scripts + +# just to be sure. +*.pyc +