From 33644596ec180a94b716eb5691731495b09d471a Mon Sep 17 00:00:00 2001 From: mpenchenat Date: Mon, 13 Mar 2017 15:17:35 +0100 Subject: [PATCH] TG-118 : move OLA/.gitignore to OLA/backend/gitignore (2) --- backend/.gitignore | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 backend/.gitignore diff --git a/backend/.gitignore b/backend/.gitignore new file mode 100644 index 0000000..e976e61 --- /dev/null +++ b/backend/.gitignore @@ -0,0 +1,33 @@ +# Python cache +__pycache__/ +*.py[cod] + +# VirtualEnv +.Python +[Bb]in +[Ii]nclude +[Ll]ib +[Ll]ib64 +[Ll]ocal +pyvenv.cfg +.venv +*.egg +pip-selfcheck.json + +# sqLite +*.db +*.sqlite* + +# Pycharm +.idea + +# Tox +.tox + +# Coverage +htmlcov/ +.coverage +coverage.xml + +#Config files +config.py