From: Gord Thompson Date: Thu, 10 Oct 2019 19:34:32 +0000 (-0600) Subject: .gitignore test files and PyCharm venv folder X-Git-Tag: rel_1_4_0b1~671^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4906%2Fhead;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git .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 --- 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/