]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Minor updates to .gitignore
authorGord Thompson <gord@gordthompson.com>
Thu, 3 Jun 2021 15:25:41 +0000 (09:25 -0600)
committerGord Thompson <gord@gordthompson.com>
Thu, 3 Jun 2021 15:25:41 +0000 (09:25 -0600)
Change-Id: I367baf75a1ac66149264bc94ba18be0076958e95

.gitignore

index 867283f939beabd4ca6bf4534cf85513019c4dad..e41be6f50f4313cdbb5542a847f947d8f1502c8f 100644 (file)
@@ -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/