From: Federico Caselli Date: Fri, 24 Jan 2020 18:29:55 +0000 (+0100) Subject: Improve .gitignore by adding other patterns, like the X-Git-Tag: rel_1_4_0b1~541^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5b303566c7c4b1e791e615c85659e0833531a43d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Improve .gitignore by adding other patterns, like the setting folder for vscode and the cache directory of pytest Change-Id: Ifc541ba9d3ab435576e42c4b99266ac411457aa7 --- diff --git a/.gitignore b/.gitignore index 087085e50e..48b5ecd4be 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,8 @@ test/test_schema.db *test_schema.db .idea /Pipfile* +/.pytest_cache/ +/pip-wheel-metadata/ +/.vscode/ +/.ipynb_checkpoints/ +*.ipynb