From: Gord Thompson Date: Thu, 3 Jun 2021 15:25:41 +0000 (-0600) Subject: Minor updates to .gitignore X-Git-Tag: rel_1_7_0~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0f0a3238fe1ec8029d66ad6ac518b60c78c36ed;p=thirdparty%2Fsqlalchemy%2Falembic.git Minor updates to .gitignore Change-Id: I367baf75a1ac66149264bc94ba18be0076958e95 --- diff --git a/.gitignore b/.gitignore index 867283f9..e41be6f5 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ dist/ *.orig alembic.ini .venv +/venv/ *.egg-info .coverage coverage.xml @@ -14,6 +15,7 @@ coverage.xml /scratch /scratch_test_* /test_schema.db +/test.cfg .idea/ .vscode/ .pytest_cache/