From ccb66ef17f80c9890c283a0dfd89b752d5ce9425 Mon Sep 17 00:00:00 2001 From: Mark Amery Date: Sun, 7 Jan 2018 11:44:56 +0000 Subject: [PATCH] Ignore files created by running tox --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5a97f5e0..39b9696c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,6 @@ alembic.ini coverage.xml .tox *.patch +/scratch +/scratch_test_* +/test_schema.db -- 2.47.2