From c0f0a3238fe1ec8029d66ad6ac518b60c78c36ed Mon Sep 17 00:00:00 2001 From: Gord Thompson Date: Thu, 3 Jun 2021 09:25:41 -0600 Subject: Minor updates to .gitignore Change-Id: I367baf75a1ac66149264bc94ba18be0076958e95 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 867283f..e41be6f 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/ -- cgit v1.2.1