diff options
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 38a7b1fac..087085e50 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/ |
