From 95e0c423ca31123a9537405fd2de5a1ee9f01b7c Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Sat, 30 Jul 2022 13:23:03 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index d054dc6..f5c97f1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,12 +2,16 @@ *.pyc .cache .coverage* +.direnv +.envrc .hypothesis .mypy_cache .pytest_cache .tox +.vscode build dist docs/_build/ htmlcov pip-wheel-metadata +tmp -- 2.33.0