From e113a103302e073f6cbb90ec3c919a2407c2b516 Mon Sep 17 00:00:00 2001 From: Gord Thompson Date: Thu, 10 Oct 2019 13:34:32 -0600 Subject: [PATCH] .gitignore test files and PyCharm venv folder Excludes: - PyCharm /venv/ virtualenv folder - leftover .db files from (failed?) test runs - /test.cfg file for customizing test configuration --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 38a7b1fac5..087085e50e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ *.orig *,cover /.tox +/venv/ .venv *.egg-info .coverage @@ -19,6 +20,8 @@ coverage.xml *.patch sqlnet.log /mapping_setup.py +/shard?_*.db +/test.cfg /test.py /test?.py /.cache/ -- 2.47.2