From a7737d32c18d0a54cefe017b13d7c4b77dbffef6 Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Thu, 7 Nov 2019 12:16:51 +0100 Subject: [PATCH] create .gitignore (#37520) --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..26bb859 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*.pyc +build/ +db.sqlite3 +bijoe.egg-info/ +*.patch +*.mo +.cache +coverage.xml +.coverage +test_results.xml +.pytest_cache/